Newer
Older
barebox / include / net / davinci_emac.h
@Jan Luebbe Jan Luebbe on 29 Sep 2012 194 bytes davinci_emac: adjust to new phylib framework
#ifndef __NET_DAVINCI_EMAC_H__
#define __NET_DAVINCI_EMAC_H__

struct davinci_emac_platform_data {
	int phy_addr;
	bool force_link;
	bool interface_rmii;
};

#endif /* __NET_DAVINCI_EMAC_H__ */