xref: /haiku/headers/os/drivers/pcmcia/config.h (revision ca7a630e20b634baf7f70bb0a799becd4117e04f)
1 #ifndef _PCMCIA_CONFIG_H
2 #define _PCMCIA_CONFIG_H
3 
4 #define AUTOCONF_INCLUDED
5 #define __IN_PCMCIA_PACKAGE__
6 
7 #define CONFIG_ISA 1
8 #define CONFIG_PCI 1
9 #define CONFIG_CARDBUS 1
10 #undef PCMCIA_DEBUG
11 //#define PCMCIA_DEBUG 10
12 
13 #endif /* _PCMCIA_CONFIG_H */
14