diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-06-28 19:53:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-06-28 19:53:41 +0000 |
commit | 783bb0e81c700fb0b71420854ae1d7175adf666b (patch) | |
tree | 67f797884968d898c9873b3c3dc7facff9064351 /package/uboot-ifxmips/files/net/ifx_eth.c | |
parent | f5bdb5432fef3a596c4b87ed45f0ec00a637a622 (diff) | |
download | upstream-783bb0e81c700fb0b71420854ae1d7175adf666b.tar.gz upstream-783bb0e81c700fb0b71420854ae1d7175adf666b.tar.bz2 upstream-783bb0e81c700fb0b71420854ae1d7175adf666b.zip |
move ifxmips uboot to package/
SVN-Revision: 11601
Diffstat (limited to 'package/uboot-ifxmips/files/net/ifx_eth.c')
-rw-r--r-- | package/uboot-ifxmips/files/net/ifx_eth.c | 4 |
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 0000000000..02e72aef3d --- /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); + |