summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/rtems/score/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sh/rtems/score/types.h')
-rw-r--r--cpukit/score/cpu/sh/rtems/score/types.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/cpu/sh/rtems/score/types.h b/cpukit/score/cpu/sh/rtems/score/types.h
index a9ea64da39..9066fb7f72 100644
--- a/cpukit/score/cpu/sh/rtems/score/types.h
+++ b/cpukit/score/cpu/sh/rtems/score/types.h
@@ -44,14 +44,14 @@ extern "C" {
typedef uint16_t Priority_Bit_map_control;
-typedef bool boolean; /* Boolean value, external */
- /* data bus has 16 bits */
+typedef void sh_isr;
+typedef void ( *sh_isr_entry )( void );
+#ifdef RTEMS_DEPRECATED_TYPES
+typedef bool boolean; /* Boolean value, external */
typedef float single_precision; /* single precision float */
typedef double double_precision; /* double precision float */
-
-typedef void sh_isr;
-typedef void ( *sh_isr_entry )( void );
+#endif
#ifdef __cplusplus
}