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

10 lines
141 B
C

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