summaryrefslogtreecommitdiffstats
path: root/kernel/xloop_file_fmt_qcow_cluster.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xloop_file_fmt_qcow_cluster.h')
-rw-r--r--kernel/xloop_file_fmt_qcow_cluster.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel/xloop_file_fmt_qcow_cluster.h b/kernel/xloop_file_fmt_qcow_cluster.h
index ff3e0a1..a3716f5 100644
--- a/kernel/xloop_file_fmt_qcow_cluster.h
+++ b/kernel/xloop_file_fmt_qcow_cluster.h
@@ -15,9 +15,8 @@
#include "xloop_file_fmt.h"
-extern int xloop_file_fmt_qcow_cluster_get_offset(struct xloop_file_fmt *xlo_fmt,
- u64 offset,
- unsigned int *bytes,
- u64 *cluster_offset);
+extern int xloop_file_fmt_qcow_get_host_offset(struct xloop_file_fmt *xlo_fmt,
+ u64 offset, unsigned int *bytes, u64 *host_offset,
+ enum xloop_file_fmt_qcow_subcluster_type *subcluster_type);
#endif