blob: fd8e378258074e9ce5107975c9e39945407fee39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */
|