Dan Murphy | 8b8d73a | 2020-05-04 16:14:39 -0500 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
2 | /* | ||||
3 | * TI Generic Ethernet PHY | ||||
4 | * | ||||
5 | * Author: Dan Murphy <dmurphy@ti.com> | ||||
6 | * | ||||
7 | * Copyright (C) 2019-20 Texas Instruments Inc. | ||||
8 | */ | ||||
9 | |||||
10 | #ifndef _TI_GEN_PHY_H | ||||
11 | #define _TI_GEN_PHY_H | ||||
12 | |||||
13 | int phy_dp83867_init(void); | ||||
14 | |||||
15 | #endif /* _TI_GEN_PHY_H */ |