summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bootsector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/i386/include/bootsector.h')
-rw-r--r--gpxe/src/arch/i386/include/bootsector.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gpxe/src/arch/i386/include/bootsector.h b/gpxe/src/arch/i386/include/bootsector.h
new file mode 100644
index 00000000..e9071052
--- /dev/null
+++ b/gpxe/src/arch/i386/include/bootsector.h
@@ -0,0 +1,12 @@
+#ifndef _BOOTSECTOR_H
+#define _BOOTSECTOR_H
+
+/** @file
+ *
+ * x86 bootsector image format
+ */
+
+extern int call_bootsector ( unsigned int segment, unsigned int offset,
+ unsigned int drive );
+
+#endif /* _BOOTSECTOR_H */