aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/common.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-08-31 18:53:22 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-08-31 18:53:22 +0000
commit3cc0bc90387d7cea119bee68a6f9c08295267c8c (patch)
treef0738e624357438428bf2588ba5e391d571196ed /target/linux/ramips/files/arch/mips/include/asm/mach-ralink/common.h
parent4dd57199a20c89be6db6d6dbd5ceb74c2d713efa (diff)
downloadupstream-3cc0bc90387d7cea119bee68a6f9c08295267c8c.tar.gz
upstream-3cc0bc90387d7cea119bee68a6f9c08295267c8c.tar.bz2
upstream-3cc0bc90387d7cea119bee68a6f9c08295267c8c.zip
add common setup code
SVN-Revision: 17453
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink/common.h')
-rw-r--r--target/linux/ramips/files/arch/mips/include/asm/mach-ralink/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/common.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/common.h
index a04508758e..240951bb1b 100644
--- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/common.h
+++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/common.h
@@ -13,4 +13,6 @@ void __init ramips_intc_irq_init(unsigned intc_base, unsigned irq,
unsigned irq_base);
u32 ramips_intc_get_status(void);
+void __init ramips_soc_setup(void);
+
#endif /* __ASM_MACH_RALINK_COMMON_H */