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

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

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

/** Page shift */
#define PAGE_SHIFT 12

#include <ipxe/x86_io.h>

#endif /* _BITS_IO_H */