summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:20:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:20:16 +0000
commit82ab443e24ec18fa2ce9cae20b6a9c3249811c0b (patch)
treefefe12ed65cd09ec5343b8735828be6a719ed3e4
parentcommented out sccs_id to eliminate warning. (diff)
downloadrtems-82ab443e24ec18fa2ce9cae20b6a9c3249811c0b.tar.bz2
added prototypes for two assembly language routines to eliminate warnings.
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/mips64orion/cpu.h b/c/src/exec/score/cpu/mips64orion/cpu.h
index 2edae85fe0..8c9c380cf1 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.h
+++ b/c/src/exec/score/cpu/mips64orion/cpu.h
@@ -932,6 +932,15 @@ static inline unsigned int CPU_swap_u32(
return( swapped );
}
+/*
+ * Miscellaneous prototypes
+ *
+ * NOTE: The names should have mips64orion in them.
+ */
+
+void disable_int( unsigned32 mask );
+void enable_int( unsigned32 mask );
+
#ifdef __cplusplus
}
#endif