summaryrefslogtreecommitdiff
path: root/libbcache/chardev.h
blob: 657bf2b1b164986796428413fb1c33982173e548 (plain)
1
2
3
4
5
6
7
#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 */