scsi_host_alloc (9) Linux Manual Page
scsi_host_alloc – register a scsi host adapter instance.
Synopsis
struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize);
Arguments
sht
-
- pointer to scsi host template
privsize
- extra bytes to allocate for driver
Note
Allocate a new Scsi_Host and perform basic initialization. The host is not published to the scsi midlayer until scsi_add_host is called.
Return value: Pointer to a new Scsi_Host
Authors
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
