|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/interrupt.h>#include <linux/types.h>#include <linux/delay.h>#include <linux/init.h>#include <linux/spinlock.h>#include <linux/netdevice.h>#include <linux/etherdevice.h>#include <linux/if.h>#include <linux/stddef.h>#include <linux/mii.h>#include <linux/phy.h>#include <linux/platform_device.h>#include <variant/hardware.h>#include <variant/dmac.h>Go to the source code of this file.
Data Structures | |
| struct | s6gmac |
| struct | s6gmac_statinf |
Functions | |
| module_init (s6gmac_init) | |
| module_exit (s6gmac_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("S6105 on chip Ethernet driver") | |
| MODULE_AUTHOR ("Oskar Schirmer <[email protected]>") | |
| MODULE_AUTHOR | ( | "Oskar Schirmer <[email protected]>" | ) |
| module_exit | ( | s6gmac_exit | ) |
| module_init | ( | s6gmac_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2