mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 04:54:43 +08:00
added prototypes for two assembly language routines to eliminate warnings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user