[rtems commit] score/or1k: Fix warnings. Add missing prototypes

Gedare Bloom gedare at rtems.org
Fri Mar 13 19:49:43 UTC 2015


Module:    rtems
Branch:    master
Commit:    a764d673876f8e7b61b1a13fced85e4126a4b00d
Changeset: http://git.rtems.org/rtems/commit/?id=a764d673876f8e7b61b1a13fced85e4126a4b00d

Author:    Hesham ALMatary <heshamelmatary at gmail.com>
Date:      Fri Mar 13 19:21:40 2015 +0000

score/or1k: Fix warnings. Add missing prototypes

Closes #2304

---

 cpukit/score/cpu/or1k/rtems/score/cpu.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cpukit/score/cpu/or1k/rtems/score/cpu.h b/cpukit/score/cpu/or1k/rtems/score/cpu.h
index c7d7f46..39e4c20 100644
--- a/cpukit/score/cpu/or1k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/or1k/rtems/score/cpu.h
@@ -994,6 +994,10 @@ void _CPU_Context_restore_fp(
  *
  */
 
+void _CPU_Context_volatile_clobber( uintptr_t pattern );
+
+void _CPU_Context_validate( uintptr_t pattern );
+
 static inline unsigned int CPU_swap_u32(
   unsigned int value
 )



More information about the vc mailing list