summaryrefslogtreecommitdiffstats
path: root/src/config/umalloc.h
diff options
context:
space:
mode:
authorMichael Brown2008-10-13 05:32:11 +0200
committerMichael Brown2008-10-13 06:33:14 +0200
commit831e4cfc2718b0784bc22c2d00045481ab3c65b5 (patch)
tree34d26c6b88381b490d71c020bc9e72b0e90eca37 /src/config/umalloc.h
parent[uaccess] Formalise the uaccess API (diff)
downloadipxe-831e4cfc2718b0784bc22c2d00045481ab3c65b5.tar.gz
ipxe-831e4cfc2718b0784bc22c2d00045481ab3c65b5.tar.xz
ipxe-831e4cfc2718b0784bc22c2d00045481ab3c65b5.zip
[umalloc] Formalise the user memory allocation API
Diffstat (limited to 'src/config/umalloc.h')
-rw-r--r--src/config/umalloc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config/umalloc.h b/src/config/umalloc.h
new file mode 100644
index 00000000..de4019e5
--- /dev/null
+++ b/src/config/umalloc.h
@@ -0,0 +1,12 @@
+#ifndef CONFIG_UMALLOC_H
+#define CONFIG_UMALLOC_H
+
+/** @file
+ *
+ * User memory allocation API configuration
+ *
+ */
+
+#include <config/defaults.h>
+
+#endif /* CONFIG_UMALLOC_H */