summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/etherboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/ipxe/src/include/etherboot.h')
-rw-r--r--qemu/roms/ipxe/src/include/etherboot.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/qemu/roms/ipxe/src/include/etherboot.h b/qemu/roms/ipxe/src/include/etherboot.h
deleted file mode 100644
index ba79cb16a..000000000
--- a/qemu/roms/ipxe/src/include/etherboot.h
+++ /dev/null
@@ -1,43 +0,0 @@
-#ifndef ETHERBOOT_H
-#define ETHERBOOT_H
-
-/*
- * Standard includes that we always want
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#include <stddef.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <strings.h>
-#include <ipxe/timer.h>
-#include <ipxe/if_arp.h>
-#include <ipxe/if_ether.h>
-
-typedef unsigned long Address;
-
-/*
- * IMPORTANT!!!!!!!!!!!!!!
- *
- * Everything below this point is cruft left over from older versions
- * of Etherboot. Do not add *anything* below this point. Things are
- * gradually being moved to individual header files.
- *
- */
-
-/* Link configuration time in tenths of a second */
-#ifndef VALID_LINK_TIMEOUT
-#define VALID_LINK_TIMEOUT 100 /* 10.0 seconds */
-#endif
-
-/*
- * Local variables:
- * c-basic-offset: 8
- * End:
- */
-
-#endif /* ETHERBOOT_H */