summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-06-23 11:03:50 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-06-23 11:03:50 +0000
commit81e8757da4e545a29178a077b257427418aaea2d (patch)
tree02ccf61a396a5c365229d1ef30913796dfed637d /target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
parent98b2bc9189a011cd4379c2005e23dc84c4e2f60f (diff)
downloadmaster-31e0f0ae-81e8757da4e545a29178a077b257427418aaea2d.tar.gz
master-31e0f0ae-81e8757da4e545a29178a077b257427418aaea2d.tar.bz2
master-31e0f0ae-81e8757da4e545a29178a077b257427418aaea2d.zip
provide an early ioremap cookie of the system configuration register
SVN-Revision: 32489
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 bf25cbfe68..e523abeb21 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 */