]> git.sesse.net Git - bcachefs-tools-debian/blob - bcache.h
Redo lots of stuff
[bcachefs-tools-debian] / bcache.h
1 /*
2  * Author: Kent Overstreet <kent.overstreet@gmail.com>
3  *
4  * GPLv2
5  */
6
7 #ifndef _BCACHE_H
8 #define _BCACHE_H
9
10 #include "util.h"
11
12 extern const char * const cache_state[];
13 extern const char * const replacement_policies[];
14 extern const char * const csum_types[];
15 extern const char * const compression_types[];
16 extern const char * const error_actions[];
17 extern const char * const bdev_cache_mode[];
18 extern const char * const bdev_state[];
19
20 #endif /* _BCACHE_H */