david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe/ebuffer.h
2007-01-12 05:27:02 +00:00

16 lines
218 B
C

#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 */