Home | History | Annotate | Download | only in mpc85xx
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright 2012 Freescale Semiconductor, Inc.
      4  */
      5 
      6 #ifndef __FSL_CORENET2_SERDES_H
      7 #define __FSL_CORENET2_SERDES_H
      8 
      9 int is_serdes_prtcl_valid(int serdes, u32 prtcl);
     10 int serdes_lane_enabled(int lane);
     11 #endif /* __FSL_CORENET2_SERDES_H */
     12