mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[xfer] Add xfer_check_order() utility function
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -103,5 +103,7 @@ extern int xfer_vprintf ( struct interface *intf,
|
||||
extern int __attribute__ (( format ( printf, 2, 3 ) ))
|
||||
xfer_printf ( struct interface *intf, const char *format, ... );
|
||||
extern int xfer_seek ( struct interface *intf, off_t offset );
|
||||
extern int xfer_check_order ( struct xfer_metadata *meta, size_t *pos,
|
||||
size_t len );
|
||||
|
||||
#endif /* _IPXE_XFER_H */
|
||||
|
||||
Reference in New Issue
Block a user