]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcache/chardev.h
bcache in userspace; userspace fsck
[bcachefs-tools-debian] / libbcache / chardev.h
1 #ifndef _BCACHE_CHARDEV_H
2 #define _BCACHE_CHARDEV_H
3
4 long bch_cache_set_ioctl(struct cache_set *, unsigned, void __user *);
5 extern const struct file_operations bch_chardev_fops;
6
7 #endif /* _BCACHE_CHARDEV_H */