/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_BTREE_GC_TYPES_H #define _BCACHEFS_BTREE_GC_TYPES_H #include <linux/generic-radix-tree.h> #define GC_PHASES() … enum gc_phase { … }; struct gc_pos { … }; struct reflink_gc { … }; reflink_gc_table; #endif /* _BCACHEFS_BTREE_GC_TYPES_H */