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
{
7 int phy_search_highest_addr
;
15 void __init
au1xxx_override_eth_cfg(unsigned port
,
16 struct au1000_eth_platform_data
*eth_data
);
18 #endif /* __AU1X00_ETH_DATA_H */