blob: 91e8f1194e1cce80af1f8c036febe3728a6df9b8 [file] [log] [blame]
#ifndef __C2000_ETH_PDATA_H__
#define __C2000_ETH_PDATA_H__
struct c2000_eth_platform_data {
int gemac_port;
u8 mac_addr[6];
u32 phy_addr;
};
#endif