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_64 | |
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_64')
-rw-r--r-- | src/arch/x86_64/include/bits/io.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/x86_64/include/bits/io.h b/src/arch/x86_64/include/bits/io.h deleted file mode 100644 index 921fdcc05..000000000 --- a/src/arch/x86_64/include/bits/io.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _BITS_IO_H -#define _BITS_IO_H - -/** @file - * - * x86_64-specific I/O API implementations - * - */ - -#endif /* _BITS_IO_H */ |