SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / ls102xa / fsl_ls1_serdes.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef __FSL_LS1_SERDES_H
7 #define __FSL_LS1_SERDES_H
8
9 int is_serdes_prtcl_valid(int serdes, u32 prtcl);
10 int serdes_lane_enabled(int lane);
11 #endif /* __FSL_LS1_SERDES_H */