diff options
| author | Michael Brown | 2012-07-17 21:53:25 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-07-17 22:22:02 +0200 |
| commit | 4dc3f8141fdd08482594c3ab79cbc79d3a613de1 (patch) | |
| tree | 65b616744e14e150c91c29a91e5bad0ec3f870e9 /src/arch/x86/include/bits | |
| parent | [b44] Eliminate call to get_memmap() (diff) | |
| download | ipxe-4dc3f8141fdd08482594c3ab79cbc79d3a613de1.tar.gz ipxe-4dc3f8141fdd08482594c3ab79cbc79d3a613de1.tar.xz ipxe-4dc3f8141fdd08482594c3ab79cbc79d3a613de1.zip | |
[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 000000000..cb1b67a6f --- /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 */ |
