5 * Standard includes that we always want
9 FILE_LICENCE ( GPL2_OR_LATER
);
18 #include <gpxe/timer.h>
19 #include <gpxe/if_arp.h>
20 #include <gpxe/if_ether.h>
22 typedef unsigned long Address
;
25 * IMPORTANT!!!!!!!!!!!!!!
27 * Everything below this point is cruft left over from older versions
28 * of Etherboot. Do not add *anything* below this point. Things are
29 * gradually being moved to individual header files.
33 /* Link configuration time in tenths of a second */
34 #ifndef VALID_LINK_TIMEOUT
35 #define VALID_LINK_TIMEOUT 100 /* 10.0 seconds */
44 #endif /* ETHERBOOT_H */