|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/ioport.h>#include <linux/platform_device.h>#include <linux/delay.h>#include <msp_regs.h>#include <msp_int.h>#include <msp_gpio_macros.h>Go to the source code of this file.
Macros | |
| #define | MSP_ETHERNET_GPIO0 14 |
| #define | MSP_ETHERNET_GPIO1 15 |
| #define | MSP_ETHERNET_GPIO2 16 |
| #define | MSP_ETH_ID "pmc_mspeth" |
| #define | MSP_ETH_SIZE 0xE0 |
| #define | msp_eth_devs mspeth_device |
Functions | |
| int __init | msp_eth_setup (void) |
| subsys_initcall (msp_eth_setup) | |
| subsys_initcall | ( | msp_eth_setup | ) |
1.8.2