added prototypes for two assembly language routines to eliminate warnings.

This commit is contained in:
Joel Sherrill
1997-04-07 21:20:16 +00:00
parent 32ef3dc4f6
commit 82ab443e24

View File

@@ -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