Openwrt/target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c
John Crispin 4d4f7d4c84 add u-boot sources for danube
SVN-Revision: 11108
2008-05-11 14:13:15 +00:00

5 lines
146 B
C

#define IFX_ETH_INITIALIZE_EXTERN extern int danube_switch_initialize(bd_t *);
#define IFX_ETH_INITIALIZE(bd_t) danube_switch_initialize(bd_t);