X-Git-Url: https://repo.jachan.dev/J-u-boot.git/blobdiff_plain/aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c..4c6d8b91fa8fbe95516c0c804ca5ef491d493b41:/include/scsi.h diff --git a/include/scsi.h b/include/scsi.h index 73de7b74605..7e3759140b3 100644 --- a/include/scsi.h +++ b/include/scsi.h @@ -132,6 +132,7 @@ typedef struct SCSI_cmd_block{ #define SCSI_MED_REMOVL 0x1E /* Prevent/Allow medium Removal (O) */ #define SCSI_READ6 0x08 /* Read 6-byte (MANDATORY) */ #define SCSI_READ10 0x28 /* Read 10-byte (MANDATORY) */ +#define SCSI_READ16 0x48 #define SCSI_RD_CAPAC 0x25 /* Read Capacity (MANDATORY) */ #define SCSI_RD_CAPAC10 SCSI_RD_CAPAC /* Read Capacity (10) */ #define SCSI_RD_CAPAC16 0x9e /* Read Capacity (16) */