aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c')
-rw-r--r--target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c b/target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c
new file mode 100644
index 0000000000..02e72aef3d
--- /dev/null
+++ b/target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c
@@ -0,0 +1,4 @@
+
+#define IFX_ETH_INITIALIZE_EXTERN extern int danube_switch_initialize(bd_t *);
+#define IFX_ETH_INITIALIZE(bd_t) danube_switch_initialize(bd_t);
+