Files
ipxe/src/include/gpxe/efi/efi_umalloc.h

17 lines
248 B
C
Raw Normal View History

#ifndef _GPXE_EFI_UMALLOC_H
#define _GPXE_EFI_UMALLOC_H
/** @file
*
* gPXE user memory allocation API for EFI
*
*/
#ifdef UMALLOC_EFI
#define UMALLOC_PREFIX_efi
#else
#define UMALLOC_PREFIX_efi __efi_
#endif
#endif /* _GPXE_EFI_UMALLOC_H */