summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/gpxe/src/config/umalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux-4.02/gpxe/src/config/umalloc.h')
-rw-r--r--contrib/syslinux-4.02/gpxe/src/config/umalloc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/syslinux-4.02/gpxe/src/config/umalloc.h b/contrib/syslinux-4.02/gpxe/src/config/umalloc.h
new file mode 100644
index 0000000..65febf1
--- /dev/null
+++ b/contrib/syslinux-4.02/gpxe/src/config/umalloc.h
@@ -0,0 +1,14 @@
+#ifndef CONFIG_UMALLOC_H
+#define CONFIG_UMALLOC_H
+
+/** @file
+ *
+ * User memory allocation API configuration
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#include <config/defaults.h>
+
+#endif /* CONFIG_UMALLOC_H */