From 609b924793b850f9b39213d5ac2e3915157d0599 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 24 Jan 2005 16:10:39 +0000 Subject: 2005-01-24 Ralf Corsepius * rtems/score/types.h: Remove signed8, signed16, signed32, unsigned8, unsigned16, unsigned32. --- cpukit/score/cpu/h8300/rtems/score/types.h | 6 ------ 1 file changed, 6 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 121b9e566c..59284fab9f 100644 --- a/cpukit/score/cpu/h8300/rtems/score/types.h +++ b/cpukit/score/cpu/h8300/rtems/score/types.h @@ -31,16 +31,10 @@ extern "C" { * This section defines the basic types for this processor. */ -typedef unsigned char unsigned8; /* unsigned 8-bit integer */ -typedef unsigned short unsigned16; /* unsigned 16-bit integer */ -typedef unsigned long unsigned32; /* unsigned 32-bit integer */ typedef unsigned long long unsigned64; /* unsigned 64-bit integer */ typedef unsigned16 Priority_Bit_map_control; -typedef signed char signed8; /* 8-bit signed integer */ -typedef signed short signed16; /* 16-bit signed integer */ -typedef signed long signed32; /* 32-bit signed integer */ typedef signed long long signed64; /* 64 bit signed integer */ typedef unsigned32 boolean; /* Boolean value */ -- cgit v1.2.3