summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/include/bits/io.h
blob: eded9778bc92135efdd759e9ad2ef5be74b14a3f (plain)
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 <gpxe/x86_io.h>

#endif /* _BITS_IO_H */