summaryrefslogtreecommitdiffstats
path: root/src/include/main.h
diff options
context:
space:
mode:
authorMichael Brown2007-07-14 16:42:26 +0200
committerMichael Brown2007-07-14 16:42:26 +0200
commite330db3c749c3ee638e8d652c5c3ae08c13af8e5 (patch)
treea69cefca27d7abe7863b87cb765ab55e26bd0fc5 /src/include/main.h
parentBe more aggressive in attempts to enable A20, now that we have the (diff)
downloadipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.tar.gz
ipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.tar.xz
ipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.zip
Dead code removal.
Kill off use of etherboot.h outside drivers/net.
Diffstat (limited to 'src/include/main.h')
-rw-r--r--src/include/main.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/main.h b/src/include/main.h
deleted file mode 100644
index 1841abb7b..000000000
--- a/src/include/main.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef MAIN_H
-#define MAIN_H
-
-#include "dev.h"
-
-extern struct dev dev;
-
-extern int main ( void );
-extern void set_pci_device ( uint16_t busdevfn );
-
-#endif /* MAIN_H */