summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/x86/include/bits/io.h
blob: cb1b67a6ff7620d1c9cdd4d7471bc6eb4cbba62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */