]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-omap4/sys_proto.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / arch / arm / include / asm / arch-omap4 / sys_proto.h
index 101eb464cb31bad0cd65eeb435cbd964e0b75b89..d633573c258b3b0e781dc93b681266d04d617e25 100644 (file)
@@ -57,6 +57,8 @@ void init_omap_revision(void);
 void do_io_settings(void);
 void omap_vc_init(u16 speed_khz);
 int omap_vc_bypass_send_value(u8 sa, u8 reg_addr, u8 reg_data);
+u32 warm_reset(void);
+void force_emif_self_refresh(void);
 /*
  * This is used to verify if the configuration header
  * was executed by Romcode prior to control of transfer
@@ -114,10 +116,4 @@ static inline u32 omap_hw_init_context(void)
 #endif
 }
 
-static inline u32 omap_revision(void)
-{
-       extern u32 *const omap4_revision;
-       return *omap4_revision;
-}
-
 #endif