/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_SB_COUNTERS_FORMAT_H #define _BCACHEFS_SB_COUNTERS_FORMAT_H #define BCH_PERSISTENT_COUNTERS() … enum bch_persistent_counters { … }; struct bch_sb_field_counters { … }; #endif /* _BCACHEFS_SB_COUNTERS_FORMAT_H */