summaryrefslogtreecommitdiffstats
path: root/include/fec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fec.h')
-rw-r--r--include/fec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fec.h b/include/fec.h
index f56b02309d..6e1e1cd132 100644
--- a/include/fec.h
+++ b/include/fec.h
@@ -25,6 +25,8 @@
#ifndef __INCLUDE_NETWORK_FEC_H
#define __INCLUDE_NETWORK_FEC_H
+#include <linux/phy.h>
+
/*
* Supported phy types on this platform
*/
@@ -43,6 +45,7 @@ typedef enum {
struct fec_platform_data {
xceiver_type xcv_type;
int phy_addr;
+ void (*phy_init)(struct phy_device *dev);
};
#endif /* __INCLUDE_NETWORK_FEC_H */