From 7a3f0188b55606f65aa20b64f7dce465ddfc61e4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Nov 2005 19:01:45 +0000 Subject: 2005-11-08 Ralf Corsepius * rtems/score/types.h: Eliminate unsigned16, unsigned32. --- cpukit/score/cpu/powerpc/ChangeLog | 4 ++++ cpukit/score/cpu/powerpc/rtems/score/types.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/powerpc') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index c9b02b5056..8435ef5763 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2005-11-08 Ralf Corsepius + + * rtems/score/types.h: Eliminate unsigned16, unsigned32. + 2005-11-02 Till Straumann * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions diff --git a/cpukit/score/cpu/powerpc/rtems/score/types.h b/cpukit/score/cpu/powerpc/rtems/score/types.h index 3946407f5a..15617d09ff 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/types.h +++ b/cpukit/score/cpu/powerpc/rtems/score/types.h @@ -50,11 +50,11 @@ extern "C" { typedef unsigned long long unsigned64; /* unsigned 64-bit integer */ -typedef unsigned32 Priority_Bit_map_control; +typedef uint32_t Priority_Bit_map_control; typedef signed long long signed64; /* 64 bit signed integer */ -typedef unsigned32 boolean; /* Boolean value */ +typedef uint32_t boolean; /* Boolean value */ typedef float single_precision; /* single precision float */ typedef double double_precision; /* double precision float */ -- cgit v1.2.3