summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/pnpbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/i386/include/pnpbios.h')
-rw-r--r--gpxe/src/arch/i386/include/pnpbios.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gpxe/src/arch/i386/include/pnpbios.h b/gpxe/src/arch/i386/include/pnpbios.h
deleted file mode 100644
index 4c20e73e..00000000
--- a/gpxe/src/arch/i386/include/pnpbios.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _PNPBIOS_H
-#define _PNPBIOS_H
-
-/** @file
- *
- * PnP BIOS
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-/* BIOS segment address */
-#define BIOS_SEG 0xf000
-
-extern int find_pnp_bios ( void );
-
-#endif /* _PNPBIOS_H */