From 82ab443e24ec18fa2ce9cae20b6a9c3249811c0b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:20:16 +0000 Subject: added prototypes for two assembly language routines to eliminate warnings. --- c/src/exec/score/cpu/mips64orion/cpu.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3