/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_EXTENTS_TYPES_H #define _BCACHEFS_EXTENTS_TYPES_H #include "bcachefs_format.h" struct bch_extent_crc_unpacked { … }; struct extent_ptr_decoded { … }; struct bch_io_failures { … }; #endif /* _BCACHEFS_EXTENTS_TYPES_H */