summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/rtems/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 05:58:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 05:58:06 +0000
commit795da078a117e5c7c47fc242b32e25830d6a1f6d (patch)
tree121e4b3f556208ebc946aaf5b3b4b1dc2cabf660 /cpukit/score/cpu/m68k/rtems/score
parent2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-795da078a117e5c7c47fc242b32e25830d6a1f6d.tar.bz2
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Remove unsigned64, signed64.
Diffstat (limited to 'cpukit/score/cpu/m68k/rtems/score')
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/cpu/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h
index 76495ba4f6..b79ccac47a 100644
--- a/cpukit/score/cpu/m68k/rtems/score/types.h
+++ b/cpukit/score/cpu/m68k/rtems/score/types.h
@@ -31,12 +31,8 @@ extern "C" {
* This section defines the basic types for this processor.
*/
-typedef unsigned long long unsigned64; /* unsigned 64-bit integer */
-
typedef uint16_t Priority_Bit_map_control;
-typedef signed long long signed64; /* 64 bit signed integer */
-
typedef uint32_t boolean; /* Boolean value */
typedef float single_precision; /* single precision float */