.TH "ethdev_init" 9 "ethdev_init" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME ethdev_init \- init rest of 8390 device struct .SH SYNOPSIS .B "int" ethdev_init .BI "(struct net_device *" dev ");" .SH ARGUMENTS .IP "dev" 12 network device structure to init .SH "DESCRIPTION" Initialize the rest of the 8390 device structure. Do NOT __init this, as it is used by 8390 based modular drivers too.