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/h8300/rtems/score/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/h8300/rtems/score/types.h') diff --git a/cpukit/score/cpu/h8300/rtems/score/types.h b/cpukit/score/cpu/h8300/rtems/score/types.h index 6b73ba5e17..33d9420ebe 100644 --- a/cpukit/score/cpu/h8300/rtems/score/types.h +++ b/cpukit/score/cpu/h8300/rtems/score/types.h @@ -33,11 +33,11 @@ extern "C" { typedef unsigned long long unsigned64; /* unsigned 64-bit integer */ -typedef unsigned16 Priority_Bit_map_control; +typedef uint16_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