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