From 795da078a117e5c7c47fc242b32e25830d6a1f6d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 17 Nov 2006 05:58:06 +0000 Subject: =?UTF-8?q?2006-11-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/score/types.h: Remove unsigned64, signed64. --- cpukit/score/cpu/avr/rtems/score/types.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/score/cpu/avr/rtems/score/types.h') diff --git a/cpukit/score/cpu/avr/rtems/score/types.h b/cpukit/score/cpu/avr/rtems/score/types.h index b5c59a065a..470c030e25 100644 --- a/cpukit/score/cpu/avr/rtems/score/types.h +++ b/cpukit/score/cpu/avr/rtems/score/types.h @@ -31,12 +31,8 @@ extern "C" { * This section defines the basic types for this processor. */ -typedef uint64_t unsigned64; /* unsigned 64-bit integer */ - typedef uint16_t Priority_Bit_map_control; -typedef int64_t signed64; /* 64 bit signed integer */ - typedef uint32_t boolean; /* Boolean value */ typedef float single_precision; /* single precision float */ -- cgit v1.2.3