summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/heap.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/gpxe/heap.h b/src/include/gpxe/heap.h
new file mode 100644
index 000000000..f27937519
--- /dev/null
+++ b/src/include/gpxe/heap.h
@@ -0,0 +1,15 @@
+#ifndef _GPXE_HEAP_H
+#define _GPXE_HEAP_H
+
+/**
+ * @file
+ *
+ * Heap
+ *
+ */
+
+extern char heap[];
+
+extern void init_heap ( void );
+
+#endif /* _GPXE_HEAP_H */