1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __AU1X00_ETH_DATA_H
3 #define __AU1X00_ETH_DATA_H
5 /* Platform specific PHY configuration passed to the MAC driver */
6 struct au1000_eth_platform_data
{
8 int phy_search_highest_addr
;
16 void __init
au1xxx_override_eth_cfg(unsigned port
,
17 struct au1000_eth_platform_data
*eth_data
);
19 #endif /* __AU1X00_ETH_DATA_H */