mirror of
https://gitlab.com/qemu-project/ipxe.git
synced 2025-11-03 07:59:06 +08:00
Add support for building a LoongArch64 Linux userspace binary. Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
13 lines
207 B
C
13 lines
207 B
C
#ifndef _BITS_UMALLOC_H
|
|
#define _BITS_UMALLOC_H
|
|
|
|
/** @file
|
|
*
|
|
* LoongArch64-specific user memory allocation API implementations
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|
|
|
#endif /* _BITS_UMALLOC_H */
|