diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-01-14 23:11:23 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-21 11:36:49 +0100 |
commit | 67f43086a24b77a82724855141a5b7a4d72549bd (patch) | |
tree | b859152193a7ff7f9e568cbab2c835a4b9c5237d /arch/arm/mach-mxs/include | |
parent | bb58b3e8b18c542f30f898fff82f7ce58a4bdf7a (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')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/common.h | 1 |
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); |