summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkimg/image.h')
-rw-r--r--usr.bin/mkimg/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mkimg/image.h b/usr.bin/mkimg/image.h
index ce195d9..0405c5b 100644
--- a/usr.bin/mkimg/image.h
+++ b/usr.bin/mkimg/image.h
@@ -35,6 +35,7 @@ int image_copyin(lba_t blk, int fd, uint64_t *sizep);
int image_copyout(int fd);
int image_copyout_done(int fd);
int image_copyout_region(int fd, lba_t blk, lba_t size);
+int image_copyout_zeroes(int fd, size_t count);
int image_data(lba_t blk, lba_t size);
lba_t image_get_size(void);
int image_init(void);
OpenPOWER on IntegriCloud