summaryrefslogtreecommitdiff
path: root/include/mvebu/comphy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mvebu/comphy.h')
-rw-r--r--include/mvebu/comphy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mvebu/comphy.h b/include/mvebu/comphy.h
index cde7a022af..4d1b70393b 100644
--- a/include/mvebu/comphy.h
+++ b/include/mvebu/comphy.h
@@ -16,7 +16,7 @@ struct comphy_map {
bool end_point;
};
+int comphy_rx_training(struct udevice *dev, u32 lane);
int comphy_update_map(struct comphy_map *serdes_map, int count);
#endif /* _MVEBU_COMPHY_H_ */
-