SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / board / gdsys / common / ihs_mdio.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2014
4  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
5  */
6
7 #ifndef _IHS_MDIO_H_
8 #define _IHS_MDIO_H_
9
10 struct ihs_mdio_info {
11         u32 fpga;
12         char *name;
13 };
14
15 int ihs_mdio_init(struct ihs_mdio_info *info);
16
17 #endif