diff options
Diffstat (limited to 'include/scsi.h')
-rw-r--r-- | include/scsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi.h b/include/scsi.h index f94b2ef514..182665dd0c 100644 --- a/include/scsi.h +++ b/include/scsi.h @@ -7,7 +7,7 @@ #ifndef _SCSI_H #define _SCSI_H -typedef struct SCSI_cmd_block{ +typedef struct scsi_cmd{ unsigned char cmd[16]; /* command */ /* for request sense */ unsigned char sense_buf[64] |