|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/types.h>#include <linux/ioport.h>#include <linux/errno.h>#include <linux/delay.h>#include <linux/netdevice.h>#include <linux/init.h>#include <linux/interrupt.h>#include <linux/arcdevice.h>#include <linux/com20020.h>#include <asm/io.h>Go to the source code of this file.
Macros | |
| #define | VERSION "arcnet: COM20020 chipset support (by David Woodhouse et al.)\n" |
Functions | |
| int | com20020_check (struct net_device *dev) |
| int | com20020_found (struct net_device *dev, int shared) |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct net_device_ops | com20020_netdev_ops |
Definition at line 42 of file com20020.c.
| int com20020_check | ( | struct net_device * | dev | ) |
Definition at line 89 of file com20020.c.
| int com20020_found | ( | struct net_device * | dev, |
| int | shared | ||
| ) |
Definition at line 163 of file com20020.c.
| MODULE_LICENSE | ( | "GPL" | ) |
| struct net_device_ops com20020_netdev_ops |
Definition at line 152 of file com20020.c.
1.8.2