]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/gdsys/common/ihs_mdio.h
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / board / gdsys / common / ihs_mdio.h
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 _IHS_MDIO_H_
9 #define _IHS_MDIO_H_
10
11 struct ihs_mdio_info {
12         u32 fpga;
13         char *name;
14 };
15
16 int ihs_mdio_init(struct ihs_mdio_info *info);
17
18 #endif