blob: 6c6a80495747507ac9d5cf19fe3862d6241d3b78 [file]
#ifndef _BITS_IO_H
#define _BITS_IO_H
/** @file
*
* RISCV-specific I/O API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
/** Page shift */
#define PAGE_SHIFT 12
#include <ipxe/riscv_io.h>
#endif /* _BITS_IO_H */