summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2005-05-17 15:41:00 +0200
committerMichael Brown2005-05-17 15:41:00 +0200
commit9c832a6a69aa4cc15bbfe3bfe4677dd66b79fe42 (patch)
tree71cff5887a225c08b0bca7405f8d6a4e899c18b8 /src/arch
parentRestructured to allow per-object image formats (diff)
downloadipxe-9c832a6a69aa4cc15bbfe3bfe4677dd66b79fe42.tar.gz
ipxe-9c832a6a69aa4cc15bbfe3bfe4677dd66b79fe42.tar.xz
ipxe-9c832a6a69aa4cc15bbfe3bfe4677dd66b79fe42.zip
First version
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/include/gateA20.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/i386/include/gateA20.h b/src/arch/i386/include/gateA20.h
new file mode 100644
index 00000000..297ad6f2
--- /dev/null
+++ b/src/arch/i386/include/gateA20.h
@@ -0,0 +1,7 @@
+#ifndef GATEA20_H
+#define GATEA20_H
+
+extern void gateA20_set ( void );
+extern void gateA20_unset ( void );
+
+#endif /* GATEA20_H */