Newer
Older
barebox / include / net / designware.h
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 4 Oct 2012 141 bytes net/designware: fix phy_addr type to int
#ifndef __DWC_UNIMAC_H
#define __DWC_UNIMAC_H

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

#endif