From 783bb0e81c700fb0b71420854ae1d7175adf666b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Jun 2008 19:53:41 +0000 Subject: move ifxmips uboot to package/ SVN-Revision: 11601 --- package/uboot-ifxmips/files/net/ifx_eth.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package/uboot-ifxmips/files/net/ifx_eth.c (limited to '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 index 0000000..02e72ae --- /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); + -- cgit v1.1