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