1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-04 13:49:42 +02: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);