bcachefs-tools/bcache.h

21 lines
461 B
C
Raw Normal View History

2013-06-27 05:42:39 +04:00
/*
2016-03-12 09:18:42 +03:00
* Author: Kent Overstreet <kent.overstreet@gmail.com>
2013-06-27 05:42:39 +04:00
*
* GPLv2
*/
2010-10-08 18:04:49 +04:00
#ifndef _BCACHE_H
#define _BCACHE_H
2016-03-12 09:18:42 +03:00
#include "util.h"
extern const char * const cache_state[];
extern const char * const replacement_policies[];
extern const char * const csum_types[];
extern const char * const compression_types[];
extern const char * const error_actions[];
extern const char * const bdev_cache_mode[];
extern const char * const bdev_state[];
2016-03-12 09:18:42 +03:00
#endif /* _BCACHE_H */