Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Dirk Eibach | 50dcf89 | 2014-11-13 19:21:18 +0100 | [diff] [blame] | 2 | /* |
3 | * (C) Copyright 2014 | ||||
4 | * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc | ||||
Dirk Eibach | 50dcf89 | 2014-11-13 19:21:18 +0100 | [diff] [blame] | 5 | */ |
6 | |||||
7 | #ifndef _PHY_H_ | ||||
8 | #define _PHY_H_ | ||||
9 | |||||
10 | int setup_88e1514(const char *bus, unsigned char addr); | ||||
11 | int setup_88e1518(const char *bus, unsigned char addr); | ||||
12 | |||||
13 | #endif |