summaryrefslogtreecommitdiffstats
path: root/include/netdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netdev.h')
-rw-r--r--include/netdev.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/netdev.h b/include/netdev.h
index e979cbd324..480453e51d 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -186,4 +186,9 @@ struct mv88e61xx_config {
int mv88e61xx_switch_initialize(struct mv88e61xx_config *swconfig);
#endif /* CONFIG_MV88E61XX_SWITCH */
+/*
+ * Allow FEC to fine-tune MII configuration on boards which require this.
+ */
+int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int));
+
#endif /* _NETDEV_H_ */
OpenPOWER on IntegriCloud