summaryrefslogtreecommitdiffstats
path: root/board/gdsys/common/ihs_mdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gdsys/common/ihs_mdio.h')
-rw-r--r--board/gdsys/common/ihs_mdio.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/gdsys/common/ihs_mdio.h b/board/gdsys/common/ihs_mdio.h
new file mode 100644
index 0000000000..64b4049378
--- /dev/null
+++ b/board/gdsys/common/ihs_mdio.h
@@ -0,0 +1,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