summaryrefslogtreecommitdiff
path: root/uLan/ports/driver/tms570_emac/ti_drv_mdio.h
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-06-14 18:42:56 -0600
committerKinsey Moore <kinsey.moore@oarcorp.com>2022-07-08 16:14:55 -0500
commit5857da3fa8f88d7028d80fe270d03e779706e533 (patch)
treed660fc757b82de55573b0358525f6bf536ec623e /uLan/ports/driver/tms570_emac/ti_drv_mdio.h
parentb9f8a984bef5861b79dbfaddc68dfc1ab1ec32e9 (diff)
lwip: Add bbb and tms570 drivers
+ Add networking01 and telnetd01 tests
Diffstat (limited to 'uLan/ports/driver/tms570_emac/ti_drv_mdio.h')
-rw-r--r--uLan/ports/driver/tms570_emac/ti_drv_mdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uLan/ports/driver/tms570_emac/ti_drv_mdio.h b/uLan/ports/driver/tms570_emac/ti_drv_mdio.h
index e115231..e17046c 100644
--- a/uLan/ports/driver/tms570_emac/ti_drv_mdio.h
+++ b/uLan/ports/driver/tms570_emac/ti_drv_mdio.h
@@ -32,6 +32,7 @@
*
*/
+#if 0
#ifndef __MDIO_H__
#define __MDIO_H__
@@ -163,3 +164,4 @@ MDIOInit(volatile tms570_mdio_t *baseAddr, uint32_t mdioInputFreq,
}
#endif
#endif /* __MDIO_H__ */
+#endif /* 0 */