Commit d62b077
committed
cmds: move command function to their own header
Split the ioctl APIs from the commands API. While at it, also remove a
few of the unnecessary header dependencies. The aim here is to make
the ioctl header as small as possible. This will make any porting
attempts simpler.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 56fe2cd commit d62b077
10 files changed
Lines changed: 6910 additions & 6891 deletions
File tree
- libnvme
- src
- nvme
- test
- plugins/scaleflux
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments