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