1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 10:06:00 +03:00
openwrt-xburst/target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c

5 lines
146 B
C
Raw Normal View History

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