1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 20:36:47 +03:00
openwrt-xburst/package/uboot-ifxmips/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);