.TH "alloc_fcdev" 9 "alloc_fcdev" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME alloc_fcdev \- Register fibre channel device .SH SYNOPSIS .B "struct net_device *" alloc_fcdev .BI "(int " sizeof_priv ");" .SH ARGUMENTS .IP "sizeof_priv" 12 Size of additional driver-private structure to be allocated for this fibre channel device .SH "DESCRIPTION" Fill in the fields of the device structure with fibre channel-generic values. Constructs a new net device, complete with a private data area of size \fIsizeof_priv\fP. A 32-byte (not bit) alignment is enforced for this private data area.