/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_REBALANCE_TYPES_H #define _BCACHEFS_REBALANCE_TYPES_H #include "bbpos_types.h" #include "move_types.h" #define BCH_REBALANCE_STATES() … enum bch_rebalance_states { … }; struct bch_fs_rebalance { … }; #endif /* _BCACHEFS_REBALANCE_TYPES_H */