bcachefs-tools/bcache-device.h
2016-03-11 21:18:42 -09:00

15 lines
351 B
C

#ifndef _BCACHE_DEVICE_H
#define _BCACHE_DEVICE_H
extern NihOption opts_device_show[];
int cmd_device_show(NihCommand *, char * const *);
extern NihOption opts_device_add[];
int cmd_device_add(NihCommand *, char * const *);
extern NihOption opts_device_remove[];
int cmd_device_remove(NihCommand *, char * const *);
#endif /* _BCACHE_FORMAT_H */