2
0
forked from Ivasoft/openwrt

linux: rtl836x: add a reset_chip callback to rtl8366_smi_ops

SVN-Revision: 31534
This commit is contained in:
Gabor Juhos
2012-04-29 18:29:26 +00:00
parent 3e3a4d3d6b
commit badd7a3cf2
5 changed files with 11 additions and 24 deletions

View File

@@ -76,6 +76,7 @@ struct rtl8366_vlan_4k {
struct rtl8366_smi_ops {
int (*detect)(struct rtl8366_smi *smi);
int (*reset_chip)(struct rtl8366_smi *smi);
int (*setup)(struct rtl8366_smi *smi);
int (*mii_read)(struct mii_bus *bus, int addr, int reg);