aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mxs/include/mach/common.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2011-01-14 23:11:23 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-21 11:36:49 +0100
commit67f43086a24b77a82724855141a5b7a4d72549bd (patch)
treeb859152193a7ff7f9e568cbab2c835a4b9c5237d /arch/arm/mach-mxs/include/mach/common.h
parentbb58b3e8b18c542f30f898fff82f7ce58a4bdf7a (diff)
ARM: mxs: add ocotp read function
Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/include/mach/common.h')
-rw-r--r--arch/arm/mach-mxs/include/mach/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h
index 59133eb3cc9..635bb5d9a20 100644
--- a/arch/arm/mach-mxs/include/mach/common.h
+++ b/arch/arm/mach-mxs/include/mach/common.h
@@ -13,6 +13,7 @@
struct clk;
+extern const u32 *mxs_get_ocotp(void);
extern int mxs_reset_block(void __iomem *);
extern void mxs_timer_init(struct clk *, int);