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