bcachefs-tools/libbcache/chardev.h

8 lines
210 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _BCACHE_CHARDEV_H
#define _BCACHE_CHARDEV_H
long bch_cache_set_ioctl(struct cache_set *, unsigned, void __user *);
extern const struct file_operations bch_chardev_fops;
#endif /* _BCACHE_CHARDEV_H */