9
0
Fork 0
barebox/include/net/designware.h

13 lines
193 B
C
Raw Normal View History

#ifndef __DWC_UNIMAC_H
#define __DWC_UNIMAC_H
#include <linux/phy.h>
struct dwc_ether_platform_data {
int phy_addr;
phy_interface_t interface;
void (*fix_mac_speed)(int speed);
};
#endif