xref: /rk3399_rockchip-uboot/board/gdsys/common/phy.h (revision 5e023e7eb3c4dca6ddc2d7dbd862b5e781a6fbec)
1 /*
2  * (C) Copyright 2014
3  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef _PHY_H_
9 #define _PHY_H_
10 
11 int setup_88e1514(const char *bus, unsigned char addr);
12 int setup_88e1518(const char *bus, unsigned char addr);
13 
14 #endif
15