mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-24 00:00:19 +03:00
8 lines
210 B
C
8 lines
210 B
C
|
#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 */
|