Changeset 23356 in vbox for trunk/include
- Timestamp:
- Sep 28, 2009 7:46:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/scsi.h
r21217 r23356 123 123 } SCSICMD; 124 124 125 /** 126 * Service action in opcoe identifiers 127 */ 128 typedef enum SCSISVCACTIONIN 129 { 130 SCSI_SVC_ACTION_IN_READ_CAPACITY_16 = 0x10 131 } SCSISVCACTIONIN; 132 125 133 /* Mode page codes for mode sense/select commands. */ 126 134 #define SCSI_MODEPAGE_ERROR_RECOVERY 0x01
Note:
See TracChangeset
for help on using the changeset viewer.