]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / fsl_corenet2_serdes.h
1 /*
2  * Copyright 2012 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __FSL_CORENET2_SERDES_H
8 #define __FSL_CORENET2_SERDES_H
9
10 int is_serdes_prtcl_valid(int serdes, u32 prtcl);
11 int serdes_lane_enabled(int lane);
12 enum srds_prtcl serdes_get_prtcl(int serdes, int cfg, int lane);
13 #endif /* __FSL_CORENET2_SERDES_H */