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