Newer
Older
barebox / include / net / designware.h
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 15 Oct 2012 193 bytes net:designware: allow to pass the phy interface
#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