compile libnl with -ffunction-sections to make binaries that use genl smaller
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / image / u-boot / files / net / ifx_eth.c
1
2 #define IFX_ETH_INITIALIZE_EXTERN extern int danube_switch_initialize(bd_t *);
3 #define IFX_ETH_INITIALIZE(bd_t) danube_switch_initialize(bd_t);
4