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