blob: bcb3d320d377e859de9a1c086b0878e25ab3286d [file] [log] [blame]
Dan Murphybc0e5782020-05-04 16:14:39 -05001/* 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
13int phy_dp83867_init(void);
Dominic Rathf3e22ee2021-12-22 08:57:46 +010014int phy_dp83869_init(void);
Dan Murphybc0e5782020-05-04 16:14:39 -050015
16#endif /* _TI_GEN_PHY_H */