mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add u-boot sources for danube
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11108 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
4
target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c
Normal file
4
target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
#define IFX_ETH_INITIALIZE_EXTERN extern int danube_switch_initialize(bd_t *);
|
||||
#define IFX_ETH_INITIALIZE(bd_t) danube_switch_initialize(bd_t);
|
||||
|
||||
Reference in New Issue
Block a user