summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/system.h')
-rw-r--r--c/src/exec/score/headers/system.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/c/src/exec/score/headers/system.h b/c/src/exec/score/headers/system.h
index 5f627c1a7c..037fe93e66 100644
--- a/c/src/exec/score/headers/system.h
+++ b/c/src/exec/score/headers/system.h
@@ -76,9 +76,7 @@ extern "C" {
typedef void * proc_ptr;
-#include <rtems/cpu.h> /* processor specific information */
-#include <rtems/status.h> /* RTEMS status codes */
-#include <rtems/directives.h>
+#include <rtems/core/cpu.h> /* processor specific information */
/*
* Define NULL
@@ -116,12 +114,6 @@ extern const char _RTEMS_version[]; /* RTEMS version string */
extern const char _Copyright_Notice[]; /* RTEMS copyright string */
/*
- * The jump table of entry points into RTEMS directives.
- */
-
-extern const void * _Entry_points[ RTEMS_NUMBER_OF_ENTRY_POINTS ];
-
-/*
* The following defines the CPU dependent information table.
*/