Sign in
qemu
/
ipxe
/
refs/heads/dell3440b
/
.
/
src
/
arch
/
x86
/
include
/
bits
/
io.h
blob: 95673ad8d2c974c539652d754d46934efd3f5641 [
file
] [
log
] [
blame
]
#ifndef
_BITS_IO_H
#define
_BITS_IO_H
/** @file
*
* x86-specific I/O API implementations
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
/** Page shift */
#define
PAGE_SHIFT
12
#include
<ipxe/x86_io.h>
#endif
/* _BITS_IO_H */