|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/irq.h>#include <linux/platform_device.h>#include <linux/smsc911x.h>Go to the source code of this file.
Functions | |
| module_init (sead3_net_init) | |
| MODULE_AUTHOR ("Chris Dearman <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Network probe driver for SEAD-3") | |
Variables | |
| struct resource | sead3_net_resourcess [] |
| MODULE_AUTHOR | ( | "Chris Dearman <[email protected]>" | ) |
| module_init | ( | sead3_net_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 20 of file sead3-net.c.
1.8.2