]> git.enpas.org Git - openwrt.git/blob - package/uboot-ifxmips/files/net/ifx_eth.c
add sitefile entries for ac_cv_func_creal,cimag - the functions are there, but config...
[openwrt.git] / package / uboot-ifxmips / 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