summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/efi/efi_umalloc.h
blob: def17b2d9cb3c80403eb1e881b54973cd94f8690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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 */