aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/include/ipxe/sbi_umalloc.h
blob: 5763239fb96e577e24b588485e1b96eefb645fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_SBI_UMALLOC_H
#define _IPXE_SBI_UMALLOC_H

/** @file
 *
 * External memory allocation
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef UMALLOC_SBI
#define UMALLOC_PREFIX_sbi
#else
#define UMALLOC_PREFIX_sbi __sbi_
#endif

#endif /* _IPXE_SBI_UMALLOC_H */