/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_DISK_ACCOUNTING_TYPES_H #define _BCACHEFS_DISK_ACCOUNTING_TYPES_H #include "darray.h" struct accounting_mem_entry { … }; struct bch_accounting_mem { … }; #endif /* _BCACHEFS_DISK_ACCOUNTING_TYPES_H */