00001 // pcmcia-opts.h 00002 // special options file for development time. Later this could end in Config(?) 00003 #ifndef __pcmciaopts 00004 #define __pcmciaopts 00005 00006 #define _yes_ 1 00007 #define _no_ 0 00008 00009 #define SUPPORT_I82365 (_yes_) 00010 // #define SUPPORT_YENTA (_no_) 00011 // #define SUPPORT_SOME_DRIVER (_no_) 00012 00013 #define PCMCIA_SHUTDOWN (_yes_) 00014 #define MAP_ATTRMEM_TO 0xd0000 00015 #define MAP_ATTRMEM_LEN 0x02000 00016 00017 #define PDEBUG 3 00018 // The higher the more output you get, 0..3 00019 // Not fully implemented though, but for the future... 00020 00021 #undef _yes_ 00022 #undef _no_ 00023 #endif
1.5.7.1