forked from Imagelibrary/rtems
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 );
|
return( swapped );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Miscellaneous prototypes
|
||||||
|
*
|
||||||
|
* NOTE: The names should have mips64orion in them.
|
||||||
|
*/
|
||||||
|
|
||||||
|
void disable_int( unsigned32 mask );
|
||||||
|
void enable_int( unsigned32 mask );
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user