summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2015-03-13 19:21:40 +0000
committerGedare Bloom <gedare@rtems.org>2015-03-13 15:49:30 -0400
commita764d673876f8e7b61b1a13fced85e4126a4b00d (patch)
tree25901e59dc17db692057b0706bd2a890f974446b
parentm32cbsp: Add bsp_reset() so the BSP exits (diff)
downloadrtems-a764d673876f8e7b61b1a13fced85e4126a4b00d.tar.bz2
score/or1k: Fix warnings. Add missing prototypes
Closes #2304
-rw-r--r--cpukit/score/cpu/or1k/rtems/score/cpu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/or1k/rtems/score/cpu.h b/cpukit/score/cpu/or1k/rtems/score/cpu.h
index c7d7f46648..39e4c20b8e 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
)