summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/iomap.h
blob: d524bd805a32a3d8df8eb451a3d6104608923b38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _BITS_IOMAP_H
#define _BITS_IOMAP_H

/** @file
 *
 * x86-specific I/O mapping API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#include <ipxe/iomap_pages.h>

#endif /* _BITS_IOMAP_H */