summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-23 11:03:50 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-23 11:03:50 +0000
commit27abc2e19ff6234a0b2ff98b3398dbec127314fb (patch)
treefb7ea3a693458bf480b776c90cf368bc470093c6 /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
parenta699bb193aa614906df17173128c33123de8b4c2 (diff)
[mcs814x] provide an early ioremap cookie of the system configuration register
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32489 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h')
-rw-r--r--target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
index bf25cbfe6..e523abeb2 100644
--- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
+++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
@@ -10,5 +10,6 @@ void mcs814x_init_machine(void);
void mcs814x_handle_irq(struct pt_regs *regs);
void mcs814x_restart(char mode, const char *cmd);
extern struct sys_timer mcs814x_timer;
+extern void __iomem *mcs814x_sysdbg_base;
#endif /* __ARCH_MCS814X_COMMON_H */