]> git.sesse.net Git - bcachefs-tools-debian/blob - bcacheadm-run.h
Don't install udev hook - it's confusing with bcachefs
[bcachefs-tools-debian] / bcacheadm-run.h
1 #ifndef _BCACHEADM_RUN_H
2 #define _BCACHEADM_RUN_H
3
4 extern NihOption opts_run[];
5 int cmd_run(NihCommand *, char * const *);
6
7 extern NihOption opts_stop[];
8 int cmd_stop(NihCommand *, char * const *);
9
10 extern NihOption opts_add[];
11 int cmd_add(NihCommand *, char * const *);
12
13 extern NihOption opts_readd[];
14 int cmd_readd(NihCommand *, char * const *);
15
16 extern NihOption opts_remove[];
17 int cmd_remove(NihCommand *, char * const *);
18
19 extern NihOption opts_fail[];
20 int cmd_fail(NihCommand *, char * const *);
21
22 #endif /* _BCACHEADM_RUN_H */