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