summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems/score/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/arm/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index 8f13d41c16..60b152fad5 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -33,22 +33,9 @@
#ifndef _RTEMS_SCORE_CPU_H
#define _RTEMS_SCORE_CPU_H
+#include <rtems/score/types.h>
#include <rtems/score/arm.h>
-#ifndef ASM
- #include <rtems/score/types.h>
-#endif
-
-#ifndef TRUE
- #warning "TRUE not defined"
- #define TRUE 1
-#endif
-
-#ifndef FALSE
- #warning "FALSE not defined"
- #define FALSE 0
-#endif
-
/**
* @defgroup ScoreCPUARM ARM Specific Support
*