.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ALLOC_TRDEV" "" "06 October 2005" "" ""
.SH NAME
alloc_trdev \- Register token ring device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct net_device * alloc_trdev (int \fIsizeof_priv\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsizeof_priv\fB\fR
Size of additional driver-private structure to be allocated
for this token ring device
.SH "DESCRIPTION"
.PP
Fill in the fields of the device structure with token ring-generic values.
.PP
Constructs a new net device, complete with a private data area of
size \fIsizeof_priv\fR\&. A 32-byte (not bit) alignment is enforced for
this private data area.