summaryrefslogtreecommitdiffstats
path: root/include/platform_data/eth-designware.h
blob: 7a7a26abfde124cd9a2661c16c67d2e9182ab555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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);
	bool enh_desc;	/* use Alternate/Enhanced Descriptor configurations */
};

#endif