summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/umalloc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/umalloc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/umalloc.h b/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/umalloc.h
new file mode 100644
index 00000000..5d1f554d
--- /dev/null
+++ b/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/umalloc.h
@@ -0,0 +1,14 @@
+#ifndef _BITS_UMALLOC_H
+#define _BITS_UMALLOC_H
+
+/** @file
+ *
+ * x86-specific user memory allocation API implementations
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#include <ipxe/memtop_umalloc.h>
+
+#endif /* _BITS_UMALLOC_H */