]> git.sesse.net Git - bcachefs-tools-debian/blob - bcache-assemble.h
Don't install udev hook - it's confusing with bcachefs
[bcachefs-tools-debian] / bcache-assemble.h
1 #ifndef _BCACHE_ASSEMBLE_H
2 #define _BCACHE_ASSEMBLE_H
3
4 extern NihOption opts_assemble[];
5 int cmd_assemble(NihCommand *, char * const *);
6
7 extern NihOption opts_incremental[];
8 int cmd_incremental(NihCommand *, char * const *);
9
10 #endif /* _BCACHE_ASSEMBLE_H */