2018-04-04 01:16:55 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2016-07-11 11:05:29 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2016 Fujitsu. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2018-04-04 01:16:55 +08:00
|
|
|
#ifndef BTRFS_DEDUPE_H
|
|
|
|
#define BTRFS_DEDUPE_H
|
2016-07-11 11:05:29 +08:00
|
|
|
|
|
|
|
/* later in-band dedupe will expand this struct */
|
|
|
|
struct btrfs_dedupe_hash;
|
2018-04-04 01:16:55 +08:00
|
|
|
|
2016-07-11 11:05:29 +08:00
|
|
|
#endif
|