summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bootsector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/bootsector.h')
-rw-r--r--src/arch/i386/include/bootsector.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/i386/include/bootsector.h b/src/arch/i386/include/bootsector.h
new file mode 100644
index 000000000..e90710522
--- /dev/null
+++ b/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 */