summaryrefslogtreecommitdiffstats
path: root/src/config/ioapi.h
diff options
context:
space:
mode:
authorMichael Brown2008-10-12 02:03:17 +0200
committerMichael Brown2008-10-12 02:03:17 +0200
commit8956a36be542389ef66806d3c3b09f3592e1cb29 (patch)
tree8fb1fb64bc6320c17e63afcad280d465ab8141df /src/config/ioapi.h
parent[cs89x0] Simplify obscure loop syntax (diff)
downloadipxe-8956a36be542389ef66806d3c3b09f3592e1cb29.tar.gz
ipxe-8956a36be542389ef66806d3c3b09f3592e1cb29.tar.xz
ipxe-8956a36be542389ef66806d3c3b09f3592e1cb29.zip
[ioapi] Formalise the I/O API as used in i386-pcbios
Diffstat (limited to 'src/config/ioapi.h')
-rw-r--r--src/config/ioapi.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config/ioapi.h b/src/config/ioapi.h
new file mode 100644
index 00000000..28c4f7ba
--- /dev/null
+++ b/src/config/ioapi.h
@@ -0,0 +1,12 @@
+#ifndef CONFIG_IOAPI_H
+#define CONFIG_IOAPI_H
+
+/** @file
+ *
+ * I/O API configuration
+ *
+ */
+
+#include <config/defaults.h>
+
+#endif /* CONFIG_IOAPI_H */