diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /drivers/scsi/hosts.h | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'drivers/scsi/hosts.h')
-rw-r--r-- | drivers/scsi/hosts.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/hosts.h b/drivers/scsi/hosts.h index 4d25e2e2c..ae3d13c66 100644 --- a/drivers/scsi/hosts.h +++ b/drivers/scsi/hosts.h @@ -277,6 +277,11 @@ typedef struct SHT */ unsigned emulated:1; + /* + * Name of proc directory + */ + char *proc_name; + } Scsi_Host_Template; /* @@ -322,6 +327,7 @@ struct Scsi_Host /* public: */ unsigned short extra_bytes; unsigned short host_no; /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */ + char proc_name[4]; int resetting; /* if set, it means that last_reset is a valid value */ unsigned long last_reset; |