mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 04:28:12 +03:00
[ioapi] Generalise i386 raw I/O API to x86
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
14
src/arch/x86/include/bits/io.h
Normal file
14
src/arch/x86/include/bits/io.h
Normal 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 */
|
||||
Reference in New Issue
Block a user