Marek BehĂșn | 19ce44c | 2018-08-17 12:58:51 +0200 | [diff] [blame] | 1 | /* 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 Liberman | 6795a66 | 2021-03-23 11:57:57 +0100 | [diff] [blame] | 9 | int comphy_rx_training(struct udevice *dev, u32 lane); |
Marek BehĂșn | 19ce44c | 2018-08-17 12:58:51 +0200 | [diff] [blame] | 10 | |
11 | #endif /* _MVEBU_COMPHY_H_ */ |