summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/ebuffer.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/gpxe/ebuffer.h b/src/include/gpxe/ebuffer.h
new file mode 100644
index 000000000..38f18df2b
--- /dev/null
+++ b/src/include/gpxe/ebuffer.h
@@ -0,0 +1,13 @@
+#ifndef _GPXE_EBUFFER_H
+#define _GPXE_EBUFFER_H
+
+/**
+ * @file
+ *
+ * Automatically expanding buffers
+ *
+ */
+
+extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
+
+#endif /* _GPXE_EBUFFER_H */