move ifxmips uboot to package/
[openwrt/svn-archive/archive.git] / package / uboot-ifxmips / files / net / ifx_eth.c
diff --git a/package/uboot-ifxmips/files/net/ifx_eth.c b/package/uboot-ifxmips/files/net/ifx_eth.c
new file mode 100644 (file)
index 0000000..02e72ae
--- /dev/null
@@ -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);
+