MIPS: Alchemy: Add au1000-eth platform device
[linux-2.6/btrfs-unstable.git] / arch / mips / include / asm / mach-au1x00 / au1xxx_eth.h
blobbae9b758fcde85bb3b8ebd1298480cc642b38af6
1 #ifndef __AU1X00_ETH_DATA_H
2 #define __AU1X00_ETH_DATA_H
4 /* Platform specific PHY configuration passed to the MAC driver */
5 struct au1000_eth_platform_data {
6 int phy_static_config;
7 int phy_search_highest_addr;
8 int phy1_search_mac0;
9 int phy_addr;
10 int phy_busid;
11 int phy_irq;
14 void __init au1xxx_override_eth_cfg(unsigned port,
15 struct au1000_eth_platform_data *eth_data);
17 #endif /* __AU1X00_ETH_DATA_H */