diff options
Diffstat (limited to 'drivers/md/bcache/bch2.h')
-rw-r--r-- | drivers/md/bcache/bch2.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/md/bcache/bch2.h b/drivers/md/bcache/bch2.h new file mode 100644 index 000000000000..40d30db8a43a --- /dev/null +++ b/drivers/md/bcache/bch2.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _BCACHE_BCH2_H +#define _BCACHE_BCH2_H + +void bch2_cached_dev_make_request(struct cached_dev *dc, struct bio *bio); +int bch2_cached_dev_attach(struct cached_dev *dc, uint8_t *fs_uuid); + +void bch2_request_exit(struct cached_dev *dc); +int bch2_request_init(struct cached_dev *dc); + +#endif /* _BCACHE_BCH2_H_ */ |