5 * Standard includes that we always want
17 #include <gpxe/if_arp.h>
18 #include <gpxe/if_ether.h>
20 typedef unsigned long Address
;
23 * IMPORTANT!!!!!!!!!!!!!!
25 * Everything below this point is cruft left over from older versions
26 * of Etherboot. Do not add *anything* below this point. Things are
27 * gradually being moved to individual header files.
31 /* Link configuration time in tenths of a second */
32 #ifndef VALID_LINK_TIMEOUT
33 #define VALID_LINK_TIMEOUT 100 /* 10.0 seconds */
42 #endif /* ETHERBOOT_H */