summaryrefslogtreecommitdiff
path: root/include/miiphy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/miiphy.h')
-rw-r--r--include/miiphy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/miiphy.h b/include/miiphy.h
index 050db9ab5..672baf9f4 100644
--- a/include/miiphy.h
+++ b/include/miiphy.h
@@ -46,6 +46,9 @@ int miiphy_info(unsigned char addr, unsigned int *oui, unsigned char *model,
int miiphy_reset(unsigned char addr);
int miiphy_speed(unsigned char addr);
int miiphy_duplex(unsigned char addr);
+#ifdef CFG_FAULT_ECHO_LINK_DOWN
+int miiphy_link(unsigned char addr);
+#endif
/* phy seed setup */