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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gpxe/src/arch/i386/include/pnpbios.h b/gpxe/src/arch/i386/include/pnpbios.h
new file mode 100644
index 00000000..ab31c699
--- /dev/null
+++ b/gpxe/src/arch/i386/include/pnpbios.h
@@ -0,0 +1,15 @@
+#ifndef _PNPBIOS_H
+#define _PNPBIOS_H
+
+/** @file
+ *
+ * PnP BIOS
+ *
+ */
+
+/* BIOS segment address */
+#define BIOS_SEG 0xf000
+
+extern int find_pnp_bios ( void );
+
+#endif /* _PNPBIOS_H */