summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bits/io.h
blob: f3ecf89bbae55c219f0a39028d259f9913fbe663 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _BITS_IO_H
#define _BITS_IO_H

/** @file
 *
 * i386-specific I/O API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#include <ipxe/x86_io.h>

#endif /* _BITS_IO_H */