summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/config/umalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/ipxe/src/config/umalloc.h')
-rw-r--r--qemu/roms/ipxe/src/config/umalloc.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/qemu/roms/ipxe/src/config/umalloc.h b/qemu/roms/ipxe/src/config/umalloc.h
deleted file mode 100644
index 832dd21d1..000000000
--- a/qemu/roms/ipxe/src/config/umalloc.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef CONFIG_UMALLOC_H
-#define CONFIG_UMALLOC_H
-
-/** @file
- *
- * User memory allocation API configuration
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
-#include <config/defaults.h>
-
-#include <config/local/umalloc.h>
-
-#endif /* CONFIG_UMALLOC_H */