etherboot.h

Go to the documentation of this file.
00001 #ifndef ETHERBOOT_H
00002 #define ETHERBOOT_H
00003 
00004 /*
00005  * Standard includes that we always want
00006  *
00007  */
00008 
00009 FILE_LICENCE ( GPL2_OR_LATER );
00010 
00011 #include <stddef.h>
00012 #include <stdint.h>
00013 #include <stdlib.h>
00014 #include <stdio.h>
00015 #include <unistd.h>
00016 #include <strings.h>
00017 #include <console.h>
00018 #include <gpxe/timer.h>
00019 #include <gpxe/if_arp.h>
00020 #include <gpxe/if_ether.h>
00021 
00022 typedef unsigned long Address;
00023 
00024 /*
00025  * IMPORTANT!!!!!!!!!!!!!!
00026  *
00027  * Everything below this point is cruft left over from older versions
00028  * of Etherboot.  Do not add *anything* below this point.  Things are
00029  * gradually being moved to individual header files.
00030  *
00031  */
00032 
00033 /* Link configuration time in tenths of a second */
00034 #ifndef VALID_LINK_TIMEOUT
00035 #define VALID_LINK_TIMEOUT      100 /* 10.0 seconds */
00036 #endif
00037 
00038 /*
00039  * Local variables:
00040  *  c-basic-offset: 8
00041  * End:
00042  */
00043 
00044 #endif /* ETHERBOOT_H */

Generated on Tue Apr 6 20:01:06 2010 for gPXE by  doxygen 1.5.7.1