]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/ls102xa/fsl_ls1_serdes.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / ls102xa / fsl_ls1_serdes.h
1 /*
2  * Copyright 2014 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __FSL_LS1_SERDES_H
8 #define __FSL_LS1_SERDES_H
9
10 int is_serdes_prtcl_valid(int serdes, u32 prtcl);
11 int serdes_lane_enabled(int lane);
12 #endif /* __FSL_LS1_SERDES_H */