]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/scsi.h
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / include / scsi.h
index 73de7b74605722e7469d5551f7e63fb24d9ad5d4..7e3759140b34255debc102de76b9860c1c326189 100644 (file)
@@ -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) */