rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).

This commit is contained in:
Ralf Corsepius
2005-01-24 05:47:22 +00:00
parent ec8973ed48
commit bb050aede9

View File

@@ -1125,8 +1125,8 @@ void _CPU_Fatal_error(
* will be fetched incorrectly.
*/
static inline unsigned int CPU_swap_u32(
unsigned int value
static inline uint32_t CPU_swap_u32(
uint32_t value
)
{
uint32_t swapped;