etherboot.h
Go to the documentation of this file.00001 #ifndef ETHERBOOT_H
00002 #define ETHERBOOT_H
00003
00004
00005
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
00026
00027
00028
00029
00030
00031
00032
00033
00034 #ifndef VALID_LINK_TIMEOUT
00035 #define VALID_LINK_TIMEOUT 100
00036 #endif
00037
00038
00039
00040
00041
00042
00043
00044 #endif