summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/xfer.h
diff options
context:
space:
mode:
authorMichael Brown2010-07-25 02:49:00 +0200
committerMichael Brown2010-09-03 22:23:16 +0200
commit0329673833cf878fc094c13b1d32bfed2d17cacf (patch)
tree10f21ec225b6da924793f683d8a2de6a604f1787 /src/include/ipxe/xfer.h
parent[xfer] Generalise metadata "whence" field to "flags" field (diff)
downloadipxe-0329673833cf878fc094c13b1d32bfed2d17cacf.tar.gz
ipxe-0329673833cf878fc094c13b1d32bfed2d17cacf.tar.xz
ipxe-0329673833cf878fc094c13b1d32bfed2d17cacf.zip
[xfer] Add xfer_deliver_raw_meta()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/xfer.h')
-rw-r--r--src/include/ipxe/xfer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/xfer.h b/src/include/ipxe/xfer.h
index 21614284b..2aa35f8de 100644
--- a/src/include/ipxe/xfer.h
+++ b/src/include/ipxe/xfer.h
@@ -74,6 +74,8 @@ extern int xfer_deliver ( struct interface *intf,
extern int xfer_redirect ( struct interface *xfer, int type, ... );
extern int xfer_deliver_iob ( struct interface *intf,
struct io_buffer *iobuf );
+extern int xfer_deliver_raw_meta ( struct interface *intf, const void *data,
+ size_t len, struct xfer_metadata *meta );
extern int xfer_deliver_raw ( struct interface *intf,
const void *data, size_t len );
extern int xfer_vprintf ( struct interface *intf,