summaryrefslogtreecommitdiffstats
path: root/package/uboot-ifxmips/files/net/ifx_eth.c
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-28 19:53:41 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-28 19:53:41 +0000
commit240bf1625edcc439b62aea43a0983f8207b541b1 (patch)
treea2b20d7ed8890acb2de9a5436db408b52a2f1aac /package/uboot-ifxmips/files/net/ifx_eth.c
parente9e6238a631e0015f4e35688291479d075637d7e (diff)
move ifxmips uboot to package/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11601 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips/files/net/ifx_eth.c')
-rw-r--r--package/uboot-ifxmips/files/net/ifx_eth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/uboot-ifxmips/files/net/ifx_eth.c b/package/uboot-ifxmips/files/net/ifx_eth.c
new file mode 100644
index 000000000..02e72aef3
--- /dev/null
+++ b/package/uboot-ifxmips/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);
+