From f065e428647610774351ace7c5aabfcfa6a9ca74 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 13 Dec 2006 07:24:10 +0000 Subject: Abandon backward compatibility types. --- cpukit/rtems/include/rtems/rtems/types.h | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/types.h') diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h index 810f4767b5..71af603de0 100644 --- a/cpukit/rtems/include/rtems/rtems/types.h +++ b/cpukit/rtems/include/rtems/rtems/types.h @@ -27,24 +27,6 @@ extern "C" { */ #include - -/* backward compatibility types */ -typedef uint8_t rtems_unsigned8; -typedef uint16_t rtems_unsigned16; -typedef uint32_t rtems_unsigned32; -#if defined(uint64_t) -/* FIXME: Some targets do not have 64-bit types */ -typedef uint64_t rtems_unsigned64; -#endif - -typedef int8_t rtems_signed8; -typedef int16_t rtems_signed16; -typedef int32_t rtems_signed32; -#if defined(int64_t) -/* FIXME: Some targets do not have 64-bit types */ -typedef int64_t rtems_signed64; -#endif - #include #include #include @@ -61,7 +43,7 @@ typedef double_precision rtems_double; /* double precision float */ typedef boolean rtems_boolean; -typedef uint32_t rtems_name; +typedef uint32_t rtems_name; typedef Objects_Id rtems_id; typedef Context_Control rtems_context; -- cgit v1.2.3