]> git.karo-electronics.de Git - linux-beck.git/blobdiff - block/scsi_ioctl.c
[SCSI] add support for variable length extended commands
[linux-beck.git] / block / scsi_ioctl.c
index a2c3a936ebf98e1481346e76a7ef268b803c76ea..aaf07e413ffd8c6415c3081b959191db0d611d31 100644 (file)
 #include <scsi/scsi_cmnd.h>
 
 /* Command group 3 is reserved and should never be used.  */
-const unsigned char scsi_command_size[8] =
+const unsigned char scsi_command_size_tbl[8] =
 {
        6, 10, 10, 12,
        16, 12, 10, 10
 };
-
-EXPORT_SYMBOL(scsi_command_size);
+EXPORT_SYMBOL(scsi_command_size_tbl);
 
 #include <scsi/sg.h>