David Sterba | 9888c34 | 2018-04-03 19:16:55 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Wang Xiaoguang | dda3245 | 2016-07-11 11:05:29 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2016 Fujitsu. All rights reserved. |
Wang Xiaoguang | dda3245 | 2016-07-11 11:05:29 +0800 | [diff] [blame] | 4 | */ |
| 5 | |
David Sterba | 9888c34 | 2018-04-03 19:16:55 +0200 | [diff] [blame] | 6 | #ifndef BTRFS_DEDUPE_H |
| 7 | #define BTRFS_DEDUPE_H |
Wang Xiaoguang | dda3245 | 2016-07-11 11:05:29 +0800 | [diff] [blame] | 8 | |
| 9 | /* later in-band dedupe will expand this struct */ |
| 10 | struct btrfs_dedupe_hash; |
David Sterba | 9888c34 | 2018-04-03 19:16:55 +0200 | [diff] [blame] | 11 | |
Wang Xiaoguang | dda3245 | 2016-07-11 11:05:29 +0800 | [diff] [blame] | 12 | #endif |