.TH "alloc_hippi_dev" 9 "alloc_hippi_dev" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME alloc_hippi_dev \- Register HIPPI device .SH SYNOPSIS .B "struct net_device *" alloc_hippi_dev .BI "(int " sizeof_priv ");" .SH ARGUMENTS .IP "sizeof_priv" 12 Size of additional driver-private structure to be allocated for this HIPPI device .SH "DESCRIPTION" Fill in the fields of the device structure with HIPPI-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.