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/no_cpu/rtems/score/types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/rtems/score/types.h') diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h index e3703d976a..7587db3cc6 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/types.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h @@ -31,15 +31,9 @@ extern "C" { * This section defines the basic types for this processor. */ -/** This defines an unsigned 64-bit integer. */ -typedef unsigned long long unsigned64; - /** This defines the type for a priority bit map entry. */ typedef uint16_t Priority_Bit_map_control; -/** This defines the type for a 64 bit signed integer */ -typedef signed long long signed64; - /** This defines the type for a Boolean value, */ typedef uint32_t boolean; /* Boolean value */ -- cgit v1.2.3