summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap4/sys_proto.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-08-04 09:39:40 -0700
committerSandeep Paulraj <s-paulraj@ti.com>2010-09-08 14:50:17 -0400
commit0e7b62179fa56dc01baccc52ba0bcce8f7e07397 (patch)
treef97ca0de60a6daa4fa10a77883310597de13d488 /arch/arm/include/asm/arch-omap4/sys_proto.h
parent2df0e6fc6b71448e1752e4ce1d5577d8977f3e5e (diff)
downloadtalos-obmc-uboot-0e7b62179fa56dc01baccc52ba0bcce8f7e07397.tar.gz
talos-obmc-uboot-0e7b62179fa56dc01baccc52ba0bcce8f7e07397.zip
ARMV7: OMAP: Move syslib.c to omap-common since it can be shared by OMAP3 and OMAP4
The functions in syslib.c can be shared, so this patch moves it from cpu/omap3 to cpu/omap-common Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap4/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-omap4/sys_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap4/sys_proto.h b/arch/arm/include/asm/arch-omap4/sys_proto.h
index ad0c640dfd..4813e9e21d 100644
--- a/arch/arm/include/asm/arch-omap4/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap4/sys_proto.h
@@ -33,6 +33,9 @@ void watchdog_init(void);
u32 get_device_type(void);
void invalidate_dcache(u32);
void set_muxconf_regs(void);
+void sr32(void *, u32, u32, u32);
+u32 wait_on_value(u32, u32, void *, u32);
+void sdelay(unsigned long);
extern const struct omap_sysinfo sysinfo;
OpenPOWER on IntegriCloud