mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
move ifxmips uboot to package/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11601 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
4
package/uboot-ifxmips/files/net/ifx_eth.c
Normal file
4
package/uboot-ifxmips/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