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