From 210e006c83696b9457a43a7e77e98ddeb89670ea Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 11 Jan 2006 07:24:46 +0000 Subject: Eliminate unsigned32. --- cpukit/score/cpu/sh/rtems/score/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/sh/rtems/score/types.h b/cpukit/score/cpu/sh/rtems/score/types.h index 0eedec7888..2484b3bf5a 100644 --- a/cpukit/score/cpu/sh/rtems/score/types.h +++ b/cpukit/score/cpu/sh/rtems/score/types.h @@ -43,11 +43,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 unsigned16 boolean; /* Boolean value, external */ +typedef uint16_t boolean; /* Boolean value, external */ /* data bus has 16 bits */ typedef float single_precision; /* single precision float */ -- cgit v1.2.3