aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/drivers/tapdisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/blktap/drivers/tapdisk.h')
-rw-r--r--tools/blktap/drivers/tapdisk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/blktap/drivers/tapdisk.h b/tools/blktap/drivers/tapdisk.h
index c8a21827ff..22450ff03b 100644
--- a/tools/blktap/drivers/tapdisk.h
+++ b/tools/blktap/drivers/tapdisk.h
@@ -266,4 +266,7 @@ typedef struct fd_list_entry {
int qcow_create(const char *filename, uint64_t total_size,
const char *backing_file, int flags);
+
+int qcow2_create(const char *filename, uint64_t total_size,
+ const char *backing_file, int flags);
#endif /*TAPDISK_H_*/