[SCSI] sym2: Allow NVRAM settings to limit speed and width
[safe/jmp/linux-2.6] / drivers / scsi / sym53c8xx_2 / sym_hipd.h
index 1718110..2456090 100644 (file)
@@ -434,8 +434,10 @@ struct sym_tcb {
         *  Other user settable limits and options.
         *  These limits are read from the NVRAM if present.
         */
-       u_char  usrflags;
-       u_short usrtags;
+       unsigned char   usrflags;
+       unsigned char   usr_period;
+       unsigned char   usr_width;
+       unsigned short  usrtags;
        struct scsi_target *starget;
 };