blob: 6c7f6c640a7992f4213045a7e86d8b5dff9dcf72 [file] [log] [blame]
Dan Murphy8b8d73a2020-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);
14
15#endif /* _TI_GEN_PHY_H */