diff options
Diffstat (limited to 'src/arch/i386/include/bits/io.h')
| -rw-r--r-- | src/arch/i386/include/bits/io.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/i386/include/bits/io.h b/src/arch/i386/include/bits/io.h new file mode 100644 index 000000000..dd0ee444f --- /dev/null +++ b/src/arch/i386/include/bits/io.h @@ -0,0 +1,12 @@ +#ifndef _BITS_IO_H +#define _BITS_IO_H + +/** @file + * + * i386-specific I/O API implementations + * + */ + +#include <gpxe/x86_io.h> + +#endif /* _BITS_IO_H */ |
