proc_scsi_open(9)
NAME
proc_scsi_open - glue function
SYNOPSIS
int proc_scsi_open(struct inode * inode, struct file * file);
ARGUMENTS
- inode
- not used
- file
- passed to single_open
DESCRIPTION
Associates proc_scsi_show with this file
AUTHORS
- James Bottomley <James.Bottomley@hansenpartnership.com>
- Author.
- Rob Landley <rob@landley.net>
- Author.