]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/include/asm/fsl_serdes.h
powerpc/85xx: fsl_corenet_serdes code rework
[karo-tx-uboot.git] / arch / powerpc / include / asm / fsl_serdes.h
index 85518eb6e71292d9303d023db20367f48cee5a5c..9d9f2e4cce1d57e26b71548d513c33153f51a3c3 100644 (file)
@@ -53,4 +53,8 @@ enum srds_prtcl {
 int is_serdes_configured(enum srds_prtcl device);
 void fsl_serdes_init(void);
 
+#ifdef CONFIG_FSL_CORENET
+int serdes_get_first_lane(enum srds_prtcl device);
+#endif
+
 #endif /* __FSL_SERDES_H */