summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ebuffer.h
diff options
context:
space:
mode:
authorMichael Brown2007-07-01 16:30:12 +0200
committerMichael Brown2007-07-01 16:30:12 +0200
commit15f8323055b641b2cccc4aa8af089fd7b47c20a5 (patch)
tree01ce93dae82282d054d5a8c24899e85365606f99 /src/include/gpxe/ebuffer.h
parentSupport cards such as natsemi which treat the data as little-endian (diff)
downloadipxe-15f8323055b641b2cccc4aa8af089fd7b47c20a5.tar.gz
ipxe-15f8323055b641b2cccc4aa8af089fd7b47c20a5.tar.xz
ipxe-15f8323055b641b2cccc4aa8af089fd7b47c20a5.zip
Removing obsolete files.
Diffstat (limited to 'src/include/gpxe/ebuffer.h')
-rw-r--r--src/include/gpxe/ebuffer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/include/gpxe/ebuffer.h b/src/include/gpxe/ebuffer.h
deleted file mode 100644
index 21217fdb7..000000000
--- a/src/include/gpxe/ebuffer.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _GPXE_EBUFFER_H
-#define _GPXE_EBUFFER_H
-
-/**
- * @file
- *
- * Automatically expanding buffers
- *
- */
-
-struct buffer;
-
-extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
-
-#endif /* _GPXE_EBUFFER_H */