#ifndef __DWC_UNIMAC_H #define __DWC_UNIMAC_H #include struct dwc_ether_platform_data { int phy_addr; phy_interface_t interface; void (*fix_mac_speed)(int speed); }; #endif