/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_BBPOS_TYPES_H #define _BCACHEFS_BBPOS_TYPES_H struct bbpos { … }; static inline struct bbpos BBPOS(enum btree_id btree, struct bpos pos) { … } #define BBPOS_MIN … #define BBPOS_MAX … #endif /* _BCACHEFS_BBPOS_TYPES_H */