summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/efi/efi_umalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/efi/efi_umalloc.h')
-rw-r--r--gpxe/src/include/gpxe/efi/efi_umalloc.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gpxe/src/include/gpxe/efi/efi_umalloc.h b/gpxe/src/include/gpxe/efi/efi_umalloc.h
deleted file mode 100644
index 0388dd10..00000000
--- a/gpxe/src/include/gpxe/efi/efi_umalloc.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef _GPXE_EFI_UMALLOC_H
-#define _GPXE_EFI_UMALLOC_H
-
-/** @file
- *
- * gPXE user memory allocation API for EFI
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#ifdef UMALLOC_EFI
-#define UMALLOC_PREFIX_efi
-#else
-#define UMALLOC_PREFIX_efi __efi_
-#endif
-
-#endif /* _GPXE_EFI_UMALLOC_H */