1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-13 20:21:06 +02:00

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);