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

ramips: rt3883: add device registration code for the SPI controller

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31922 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-05-27 17:10:00 +00:00
parent 84b342399c
commit 75c71fcaa0
2 changed files with 26 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#define _RT3883_DEVICES_H
struct physmap_flash_data;
struct spi_board_info;
extern struct physmap_flash_data rt3883_flash0_data;
extern struct physmap_flash_data rt3883_flash1_data;
@@ -28,4 +29,6 @@ extern struct rt2x00_platform_data rt3883_wlan_data;
void rt3883_register_wlan(void);
void rt3883_register_wdt(bool enable_reset);
void rt3883_register_spi(struct spi_board_info *info, int n);
#endif /* _RT3883_DEVICES_H */