summaryrefslogtreecommitdiffstats
path: root/kernel/xloop_file_fmt_qcow_cluster.h
diff options
context:
space:
mode:
authorManuel Bentele2020-10-23 15:18:01 +0200
committerManuel Bentele2020-10-23 15:18:01 +0200
commitdbb41ce2b7f309d394054a6bd1e33afd578798a5 (patch)
tree6a31092063d9f2fb5ac5720ec6759040e793c3d5 /kernel/xloop_file_fmt_qcow_cluster.h
parentSet Linux kernel version to unknown if it is not detectable (diff)
downloadxloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.tar.gz
xloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.tar.xz
xloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.zip
Move the source code of all xloop components to the common 'src' directory
Diffstat (limited to 'kernel/xloop_file_fmt_qcow_cluster.h')
-rw-r--r--kernel/xloop_file_fmt_qcow_cluster.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/kernel/xloop_file_fmt_qcow_cluster.h b/kernel/xloop_file_fmt_qcow_cluster.h
deleted file mode 100644
index a3716f5..0000000
--- a/kernel/xloop_file_fmt_qcow_cluster.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * xloop_file_fmt_qcow_cluster.h
- *
- * Ported QCOW2 implementation of the QEMU project (GPL-2.0):
- * Cluster calculation and lookup for the QCOW2 format.
- *
- * The copyright (C) 2004-2006 of the original code is owned by Fabrice Bellard.
- *
- * Copyright (C) 2019 Manuel Bentele <development@manuel-bentele.de>
- */
-
-#ifndef _LINUX_XLOOP_FILE_FMT_QCOW_CLUSTER_H
-#define _LINUX_XLOOP_FILE_FMT_QCOW_CLUSTER_H
-
-#include "xloop_file_fmt.h"
-
-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