summaryrefslogtreecommitdiffstats
path: root/board/gdsys/common/ihs_mdio.h
blob: 64b4049378067da4b1e90912e8aa2fc0d8ca245c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * (C) Copyright 2014
 * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _IHS_MDIO_H_
#define _IHS_MDIO_H_

struct ihs_mdio_info {
	u32 fpga;
	char *name;
};

int ihs_mdio_init(struct ihs_mdio_info *info);

#endif
OpenPOWER on IntegriCloud