#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/socket.h>
#include <linux/in.h>
#include <linux/inet.h>
#include <linux/netdevice.h>
#include <linux/fddidevice.h>
#include <linux/if_ether.h>
#include <linux/skbuff.h>
#include <linux/errno.h>
#include <net/arp.h>
#include <net/sock.h>
Go to the source code of this file.
alloc_fddidev - Register FDDI device : Size of additional driver-private structure to be allocated for this FDDI device
Fill in the fields of the device structure with FDDI-generic values.
Constructs a new net device, complete with a private data area of size . A 32-byte (not bit) alignment is enforced for this private data area.
Definition at line 208 of file fddi.c.