diff options
Diffstat (limited to 'utils/scsi/rbscsi.h')
-rw-r--r-- | utils/scsi/rbscsi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/scsi/rbscsi.h b/utils/scsi/rbscsi.h index 322d94ec53..d2b4b71edb 100644 --- a/utils/scsi/rbscsi.h +++ b/utils/scsi/rbscsi.h | |||
@@ -94,13 +94,13 @@ struct rb_scsi_devent_t | |||
94 | { | 94 | { |
95 | /* device path to the raw SCSI device, typically: | 95 | /* device path to the raw SCSI device, typically: |
96 | * - Linux: /dev/sgX | 96 | * - Linux: /dev/sgX |
97 | * - Windows: TODO | 97 | * - Windows: C: |
98 | * This path can be used directly with scsi_rb_open(), and is guaranteed to | 98 | * This path can be used directly with scsi_rb_open(), and is guaranteed to |
99 | * be valid. */ | 99 | * be valid. */ |
100 | char *scsi_path; | 100 | char *scsi_path; |
101 | /* device path to the corresponding block device, if it exists, typically: | 101 | /* device path to the corresponding block device, if it exists, typically: |
102 | * - Linux: /dev/sdX | 102 | * - Linux: /dev/sdX |
103 | * - Windows: TODO | 103 | * - Windows: C: |
104 | * If this path is not-NULL, then it can used directly with scsi_rb_open() */ | 104 | * If this path is not-NULL, then it can used directly with scsi_rb_open() */ |
105 | char *block_path; | 105 | char *block_path; |
106 | /* various information about the device, can be NULL on error */ | 106 | /* various information about the device, can be NULL on error */ |