xref: /haiku/headers/os/drivers/pcmcia/config.h (revision 16d5c24e533eb14b7b8a99ee9f3ec9ba66335b1e)
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