]> git.sesse.net Git - bcachefs-tools-debian/blob - bcache-device.h
Redo lots of stuff
[bcachefs-tools-debian] / bcache-device.h
1 #ifndef _BCACHE_DEVICE_H
2 #define _BCACHE_DEVICE_H
3
4 extern NihOption opts_device_show[];
5 int cmd_device_show(NihCommand *, char * const *);
6
7 extern NihOption opts_device_add[];
8 int cmd_device_add(NihCommand *, char * const *);
9
10 extern NihOption opts_device_remove[];
11 int cmd_device_remove(NihCommand *, char * const *);
12
13 #endif /* _BCACHE_FORMAT_H */
14