aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-28 10:56:27 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-28 10:56:27 +0000
commitc6db514de87761bb32ee1845b2f7d67bec6d4725 (patch)
tree916b2f18072d6c4c18527e26603d8227489586d3 /target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
parent57122e7cccad838c604828afd7ff329349f4691a (diff)
downloadupstream-c6db514de87761bb32ee1845b2f7d67bec6d4725.tar.gz
upstream-c6db514de87761bb32ee1845b2f7d67bec6d4725.tar.bz2
upstream-c6db514de87761bb32ee1845b2f7d67bec6d4725.zip
ramips: rt305x: introduce rt305x_register_spi helper
Based on a patch by Sergiy <piratfm@gmail.com> SVN-Revision: 27810
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h b/target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
index 352243c147..e37fe47a57 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
@@ -14,6 +14,7 @@
#include <asm/mach-ralink/rt305x_esw_platform.h>
struct physmap_flash_data;
+struct spi_board_info;
extern struct rt305x_esw_platform_data rt305x_esw_data;
@@ -21,6 +22,7 @@ void rt305x_register_flash(unsigned int id, struct physmap_flash_data *pdata);
void rt305x_register_ethernet(void);
void rt305x_register_wifi(void);
void rt305x_register_wdt(void);
+void rt305x_register_spi(struct spi_board_info *info, int n);
#endif /* __RT305X_DEVICES_H */