summaryrefslogtreecommitdiffstats
path: root/include/net/designware.h
blob: 3f9f5b97a7429007fe44e39be5e6e1041cf64c88 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __DWC_UNIMAC_H
#define __DWC_UNIMAC_H

struct dwc_ether_platform_data {
	u8 phy_addr;
	void (*fix_mac_speed)(int speed);
};

#endif