summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/system.h
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2011-01-11 18:01:03 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:08:04 +0800
commit64678544548380092dd48228420f3c27324f5bd3 (patch)
tree70fbf42c21a10924d26b280c7dd4d1b886d4d168 /arch/arm/plat-mxc/include/mach/system.h
parentb73d6968f33c7d5580f23c9a71918b7304acdaf0 (diff)
ENGR00137979-2 [MX50]add performance monitor driver
enable performance monitor driver for system loading analysis Signed-off-by: Tony Lin <tony.lin@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/system.h')
-rwxr-xr-xarch/arm/plat-mxc/include/mach/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/system.h b/arch/arm/plat-mxc/include/mach/system.h
index b3c09cab2c11..1a51cca1bfa4 100755
--- a/arch/arm/plat-mxc/include/mach/system.h
+++ b/arch/arm/plat-mxc/include/mach/system.h
@@ -25,5 +25,5 @@ extern void mx5_cpu_lp_set(enum mxc_cpu_pwr_mode mode);
void arch_idle(void);
void arch_reset(char mode, const char *cmd);
-
+int mxs_reset_block(void __iomem *hwreg, int just_enable);
#endif /* __ASM_ARCH_MXC_SYSTEM_H__ */