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

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/iomap_pages.h>

#endif /* _BITS_IOMAP_H */