blob: 14431576e66eaf383f785ae929e33417849be5e7 [file] [log] [blame]
Marek BehĂșn4b8cb842018-08-17 12:58:51 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2015-2016 Marvell International Ltd.
4 */
5
6#ifndef _MVEBU_COMPHY_H_
7#define _MVEBU_COMPHY_H_
8
Igal Libermane49cdbe2021-03-23 11:57:57 +01009int comphy_rx_training(struct udevice *dev, u32 lane);
Marek BehĂșn4b8cb842018-08-17 12:58:51 +020010
11#endif /* _MVEBU_COMPHY_H_ */