summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems/score/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/no_cpu/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/types.h6
1 files changed, 0 insertions, 6 deletions
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 */