summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/ipxe/memtop_umalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/ipxe/memtop_umalloc.h')
-rw-r--r--src/arch/i386/include/ipxe/memtop_umalloc.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/arch/i386/include/ipxe/memtop_umalloc.h b/src/arch/i386/include/ipxe/memtop_umalloc.h
new file mode 100644
index 00000000..001648fe
--- /dev/null
+++ b/src/arch/i386/include/ipxe/memtop_umalloc.h
@@ -0,0 +1,18 @@
+#ifndef _IPXE_MEMTOP_UMALLOC_H
+#define _IPXE_MEMTOP_UMALLOC_H
+
+/** @file
+ *
+ * External memory allocation
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#ifdef UMALLOC_MEMTOP
+#define UMALLOC_PREFIX_memtop
+#else
+#define UMALLOC_PREFIX_memtop __memtop_
+#endif
+
+#endif /* _IPXE_MEMTOP_UMALLOC_H */