summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/system.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/include/rtems/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index 98f1073228..e9026341cd 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -96,8 +96,6 @@ extern "C" {
typedef void * proc_ptr;
-#include <rtems/score/cpu.h> /* processor specific information */
-
/*
* Define NULL
*/
@@ -120,6 +118,8 @@ typedef void * proc_ptr;
#define FALSE (0)
#endif
+#include <rtems/score/cpu.h> /* processor specific information */
+
#define stringify( _x ) # _x
#define RTEMS_offsetof(type, field) \