Sign in
qemu
/
ipxe
/
97635eb71b5ad7e81e79f32fef5f4394bcee0722
/
.
/
src
/
arch
/
arm
/
include
/
bits
/
io.h
blob: 272ec12bfb9544c9a3841f3b4d0c78395012ac80 [
file
] [
log
] [
blame
]
#ifndef
_BITS_IO_H
#define
_BITS_IO_H
/** @file
*
* ARM-specific I/O API implementations
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
/** Page shift */
#define
PAGE_SHIFT
12
#include
<ipxe/arm_io.h>
#endif
/* _BITS_IO_H */