/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_EC_TYPES_H #define _BCACHEFS_EC_TYPES_H #include "bcachefs_format.h" struct bch_replicas_padded { … }; struct stripe { … }; struct gc_stripe { … }; struct ec_stripe_heap_entry { … }; ec_stripes_heap; #endif /* _BCACHEFS_EC_TYPES_H */