blob: 90281a7a35a81849656979a03071e3533a1a6362 [file] [log] [blame]
David Sterba9888c342018-04-03 19:16:55 +02001/* SPDX-License-Identifier: GPL-2.0 */
Wang Xiaoguangdda32452016-07-11 11:05:29 +08002/*
3 * Copyright (C) 2016 Fujitsu. All rights reserved.
Wang Xiaoguangdda32452016-07-11 11:05:29 +08004 */
5
David Sterba9888c342018-04-03 19:16:55 +02006#ifndef BTRFS_DEDUPE_H
7#define BTRFS_DEDUPE_H
Wang Xiaoguangdda32452016-07-11 11:05:29 +08008
9/* later in-band dedupe will expand this struct */
10struct btrfs_dedupe_hash;
David Sterba9888c342018-04-03 19:16:55 +020011
Wang Xiaoguangdda32452016-07-11 11:05:29 +080012#endif