1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ramips: add wifi device for the RT2880 as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20624 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2010-03-31 08:40:20 +00:00
parent 1371c8b712
commit c03509e141
2 changed files with 27 additions and 0 deletions

View File

@@ -16,5 +16,6 @@ struct physmap_flash_data;
extern void rt288x_register_flash(unsigned int id,
struct physmap_flash_data *pdata) __init;
void rt288x_register_wifi(void) __init;
#endif /* __ASM_MACH_RT288X_PLATFORM_H */