/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_BTREE_KEY_CACHE_TYPES_H #define _BCACHEFS_BTREE_KEY_CACHE_TYPES_H struct btree_key_cache_freelist { … }; struct btree_key_cache { … }; struct bkey_cached_key { … } __packed __aligned(…); #endif /* _BCACHEFS_BTREE_KEY_CACHE_TYPES_H */