Glue function
int proc_scsi_open(struct inode * inode, struct file * file);
inode
not used
file
passed to single_open
Associates proc_scsi_show with this file
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>