[tcp] Enable AF_INET6 transport for tcp connections
[gpxe.git] / src / include / pcmcia-opts.h
blob70dc0921c4e69d975bf718af6a46a27a5e20cc92
1 // pcmcia-opts.h
2 // special options file for development time. Later this could end in Config(?)
3 #ifndef __pcmciaopts
4 #define __pcmciaopts
6 #define _yes_ 1
7 #define _no_ 0
9 #define SUPPORT_I82365 (_yes_)
10 // #define SUPPORT_YENTA (_no_)
11 // #define SUPPORT_SOME_DRIVER (_no_)
13 #define PCMCIA_SHUTDOWN (_yes_)
14 #define MAP_ATTRMEM_TO 0xd0000
15 #define MAP_ATTRMEM_LEN 0x02000
17 #define PDEBUG 3
18 // The higher the more output you get, 0..3
19 // Not fully implemented though, but for the future...
21 #undef _yes_
22 #undef _no_
23 #endif