diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-07-17 20:53:25 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-07-17 21:22:02 +0100 |
commit | 4dc3f8141fdd08482594c3ab79cbc79d3a613de1 (patch) | |
tree | 65b616744e14e150c91c29a91e5bad0ec3f870e9 /src/arch/x86/include/bits | |
parent | 73ba1541244604d1cbebba284a0d5a092bb7c2c4 (diff) | |
download | ipxe-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.h | 14 |
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 */ |