aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-07-17 20:53:25 +0100
committerMichael Brown <mcb30@ipxe.org>2012-07-17 21:22:02 +0100
commit4dc3f8141fdd08482594c3ab79cbc79d3a613de1 (patch)
tree65b616744e14e150c91c29a91e5bad0ec3f870e9 /src/arch/x86/include/bits
parent73ba1541244604d1cbebba284a0d5a092bb7c2c4 (diff)
downloadipxe-4dc3f8141fdd08482594c3ab79cbc79d3a613de1.tar.gz
[ioapi] Generalise i386 raw I/O API to x86
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/include/bits')
-rw-r--r--src/arch/x86/include/bits/io.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/io.h b/src/arch/x86/include/bits/io.h
new file mode 100644
index 00000000..cb1b67a6
--- /dev/null
+++ b/src/arch/x86/include/bits/io.h
@@ -0,0 +1,14 @@
+#ifndef _BITS_IO_H
+#define _BITS_IO_H
+
+/** @file
+ *
+ * x86-specific I/O API implementations
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#include <ipxe/x86_io.h>
+
+#endif /* _BITS_IO_H */