blob: 8c1648f1b745292b89037a844ee47a768f26fef7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) STRATO AG 2011. All rights reserved.
*/
#ifndef BTRFS_CHECK_INTEGRITY_H
#define BTRFS_CHECK_INTEGRITY_H
void btrfsic_unmount(struct btrfs_fs_devices *fs_devices);
#endif
|