summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits
diff options
context:
space:
mode:
authorMichael Brown2016-02-26 16:33:40 +0100
committerMichael Brown2016-02-26 16:33:40 +0100
commit5bd8427d3dad38993c1f8f175454f7fde0af34ca (patch)
treede75a672e177f36fef93b81ada93c96541761310 /src/arch/x86/include/bits
parent[librm] Add support for running in 64-bit long mode (diff)
downloadipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.tar.gz
ipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.tar.xz
ipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.zip
[ioapi] Split ioremap() out to a separate IOMAP API
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/include/bits')
-rw-r--r--src/arch/x86/include/bits/iomap.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/iomap.h b/src/arch/x86/include/bits/iomap.h
new file mode 100644
index 000000000..6110e3187
--- /dev/null
+++ b/src/arch/x86/include/bits/iomap.h
@@ -0,0 +1,12 @@
+#ifndef _BITS_IOMAP_H
+#define _BITS_IOMAP_H
+
+/** @file
+ *
+ * x86-specific I/O mapping API implementations
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#endif /* _BITS_IOMAP_H */