Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
[platform/kernel/u-boot.git] / include / mvebu / comphy.h
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
9 int comphy_rx_training(struct udevice *dev, u32 lane);
10
11 #endif /* _MVEBU_COMPHY_H_ */