diff options
Diffstat (limited to 'src/arch/riscv/include/bits/iomap.h')
| -rw-r--r-- | src/arch/riscv/include/bits/iomap.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/arch/riscv/include/bits/iomap.h b/src/arch/riscv/include/bits/iomap.h new file mode 100644 index 000000000..fd8e37825 --- /dev/null +++ b/src/arch/riscv/include/bits/iomap.h @@ -0,0 +1,14 @@ +#ifndef _BITS_IOMAP_H +#define _BITS_IOMAP_H + +/** @file + * + * RISCV-specific I/O mapping API implementations + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#include <ipxe/svpage.h> + +#endif /* _BITS_IOMAP_H */ |
