aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-03-30 12:04:05 +0000
committerJohn Crispin <john@openwrt.org>2010-03-30 12:04:05 +0000
commit6f4052abe0d2259c641ed42c230cbb534ef7a868 (patch)
tree4e3b4dd548de1bef09b622c0d258ad7d8898c5f4 /target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
parentceaff7a5660eea7abf51b0bd75f29578bbae5b38 (diff)
downloadupstream-6f4052abe0d2259c641ed42c230cbb534ef7a868.tar.gz
upstream-6f4052abe0d2259c641ed42c230cbb534ef7a868.tar.bz2
upstream-6f4052abe0d2259c641ed42c230cbb534ef7a868.zip
The ralink rt305x board has a wireless card that can be used with the rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 20599
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.h1
1 files changed, 1 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 3d6210e0ed..7e2144c165 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h
@@ -16,6 +16,7 @@ struct physmap_flash_data;
extern void rt305x_register_flash(unsigned int id,
struct physmap_flash_data *pdata) __init;
extern void rt305x_register_ethernet(void);
+extern void rt305x_register_wifi(void);
#endif /* __RT305X_DEVICES_H */