File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,11 @@ enum {
64
64
RDC_MODIFY , // set modes (also get modes)
65
65
66
66
RDC_CREATE , // create unit target
67
- RDC_FLUSH , // flush output buffers
68
67
RDC_DELETE , // delete unit target
69
68
RDC_RENAME ,
70
69
RDC_LOOKUP ,
70
+
71
+ RDC_FLUSH ,
71
72
RDC_MAX ,
72
73
73
74
RDC_CUSTOM = 32 // start of custom commands
Original file line number Diff line number Diff line change @@ -391,6 +391,9 @@ static DEVICE_CMD_FUNC Dev_Cmds[RDC_MAX] =
391
391
Query_IO ,
392
392
Modify_IO , // modify
393
393
Open_Echo , // CREATE used for opening echo file
394
+ 0 , // delete
395
+ 0 , // rename
396
+ 0 , // lookup
394
397
Flush_IO
395
398
};
396
399
Original file line number Diff line number Diff line change @@ -818,6 +818,9 @@ static DEVICE_CMD_FUNC Dev_Cmds[RDC_MAX] =
818
818
Query_IO ,
819
819
Modify_IO , // modify
820
820
Open_Echo , // CREATE used for opening echo file
821
+ 0 , // delete
822
+ 0 , // rename
823
+ 0 , // lookup
821
824
Flush_IO
822
825
};
823
826
You can’t perform that action at this time.
0 commit comments