summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/headers/sptables.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/sapi/headers/sptables.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/sapi/headers/sptables.h b/c/src/exec/sapi/headers/sptables.h
index 35b3d2d9ab..b8c417319a 100644
--- a/c/src/exec/sapi/headers/sptables.h
+++ b/c/src/exec/sapi/headers/sptables.h
@@ -35,7 +35,9 @@ extern "C" {
#include <rtems/rtems/dpmem.h>
#include <rtems/rtems/event.h>
#include <rtems/rtems/message.h>
+#if defined(RTEMS_MULTIPROCESSING)
#include <rtems/rtems/mp.h>
+#endif
#include <rtems/rtems/part.h>
#include <rtems/rtems/ratemon.h>
#include <rtems/rtems/region.h>
@@ -152,7 +154,11 @@ const void * _Entry_points[ RTEMS_NUMBER_OF_ENTRY_POINTS ] = {
(void *) rtems_rate_monotonic_delete, /* 76 */
(void *) rtems_rate_monotonic_cancel, /* 77 */
(void *) rtems_rate_monotonic_period, /* 78 */
+#if defined(RTEMS_MULTIPROCESSING)
(void *) rtems_multiprocessing_announce, /* 79 */
+#else
+ (void *) NULL, /* 79 */
+#endif
(void *) rtems_debug_enable, /* 80 */
(void *) rtems_debug_disable /* 81 */
};