summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 05:47:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 05:47:22 +0000
commitbb050aede9d46c2793e8288bb07871430ee881fb (patch)
tree69df5af5b020618bf4767c44dccc6df5c1ced2ce /cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
parent2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-bb050aede9d46c2793e8288bb07871430ee881fb.tar.bz2
rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
index 40905c5826..b7060eb479 100644
--- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
@@ -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;