[ioapi] Generalise i386 raw I/O API to x86

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-07-17 20:53:25 +01:00
parent 73ba154124
commit 4dc3f8141f
4 changed files with 22 additions and 21 deletions

View File

@@ -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 */