/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_IO_WRITE_TYPES_H #define _BCACHEFS_IO_WRITE_TYPES_H #include "alloc_types.h" #include "btree_types.h" #include "buckets_types.h" #include "extents_types.h" #include "keylist_types.h" #include "opts.h" #include "super_types.h" #include <linux/llist.h> #include <linux/workqueue.h> struct bch_write_bio { … }; struct bch_write_op { … }; #endif /* _BCACHEFS_IO_WRITE_TYPES_H */