summaryrefslogtreecommitdiffstats
path: root/loop_file_fmt_qcow_cluster.h
diff options
context:
space:
mode:
Diffstat (limited to 'loop_file_fmt_qcow_cluster.h')
-rw-r--r--loop_file_fmt_qcow_cluster.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/loop_file_fmt_qcow_cluster.h b/loop_file_fmt_qcow_cluster.h
index d62e331..5078f29 100644
--- a/loop_file_fmt_qcow_cluster.h
+++ b/loop_file_fmt_qcow_cluster.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
- * loop_file_fmt_qcow_cluster.h
+ * xloop_file_fmt_qcow_cluster.h
*
* Ported QCOW2 implementation of the QEMU project (GPL-2.0):
* Cluster calculation and lookup for the QCOW2 format.
@@ -10,12 +10,12 @@
* Copyright (C) 2019 Manuel Bentele <development@manuel-bentele.de>
*/
-#ifndef _LINUX_LOOP_FILE_FMT_QCOW_CLUSTER_H
-#define _LINUX_LOOP_FILE_FMT_QCOW_CLUSTER_H
+#ifndef _LINUX_XLOOP_FILE_FMT_QCOW_CLUSTER_H
+#define _LINUX_XLOOP_FILE_FMT_QCOW_CLUSTER_H
#include "loop_file_fmt.h"
-extern int loop_file_fmt_qcow_cluster_get_offset(struct loop_file_fmt *lo_fmt,
+extern int xloop_file_fmt_qcow_cluster_get_offset(struct xloop_file_fmt *xlo_fmt,
u64 offset,
unsigned int *bytes,
u64 *cluster_offset);