Create directory in /proc for a scsi host
void scsi_proc_hostdir_add(struct scsi_host_template * sht);
sht
owner of this directory
Sets sht->proc_dir to the new directory.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>