multipathd: remove references to sysfs_device
[platform/upstream/multipath-tools.git] / mpathpersist / main.h
1 static struct option long_options[] = {
2         {"verbose", 1, 0, 'v'},
3         {"clear", 0, 0, 'C'},
4         {"device", 1, 0, 'd'},
5         {"help", 0, 0, 'h'},
6         {"hex", 0, 0, 'H'},
7         {"in", 0, 0, 'i'},
8         {"out", 0, 0, 'o'},
9         {"param-aptpl", 0, 0, 'Z'},
10         {"param-rk", 1, 0, 'K'},
11         {"param-sark", 1, 0, 'S'},
12         {"preempt", 0, 0, 'P'},
13         {"preempt-abort", 0, 0, 'A'},
14         {"prout-type", 1, 0, 'T'},
15         {"read-full-status", 0, 0, 's'},
16         {"read-keys", 0, 0, 'k'},
17         {"read-reservation", 0, 0, 'r'},
18         {"register", 0, 0, 'G'},
19         {"register-ignore", 0, 0, 'I'},
20         {"release", 0, 0, 'L'},
21         {"report-capabilities", 0, 0, 'c'},             
22         {"reserve", 0, 0, 'R'},
23         {"transport-id", 1, 0, 'X'},
24         {"alloc-length", 1, 0, 'l'},
25         {0, 0, 0, 0}
26 };
27
28 static void usage(void);
29