summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sp39/init.c2
-rw-r--r--testsuites/sptests/spintrcritical10/init.c2
-rw-r--r--testsuites/sptests/spsize/size.c6
3 files changed, 6 insertions, 4 deletions
diff --git a/testsuites/sptests/sp39/init.c b/testsuites/sptests/sp39/init.c
index b3931c9218..deb19cb6ea 100644
--- a/testsuites/sptests/sp39/init.c
+++ b/testsuites/sptests/sp39/init.c
@@ -16,6 +16,8 @@
#define CONFIGURE_INIT
#include "system.h"
+#include <rtems/rtems/eventimpl.h>
+
/*
* ERROR CHECKING NOTE:
*
diff --git a/testsuites/sptests/spintrcritical10/init.c b/testsuites/sptests/spintrcritical10/init.c
index 5334a26b46..28fb755fcf 100644
--- a/testsuites/sptests/spintrcritical10/init.c
+++ b/testsuites/sptests/spintrcritical10/init.c
@@ -17,6 +17,8 @@
#include <tmacros.h>
#include <intrcritical.h>
+#include <rtems/rtems/eventimpl.h>
+
#define GREEN RTEMS_EVENT_0
#define RED RTEMS_EVENT_1
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 2754ce86c4..f12770fb36 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -21,7 +21,7 @@
#include <rtems/rtems/clock.h>
#include <rtems/rtems/tasks.h>
#include <rtems/rtems/dpmem.h>
-#include <rtems/rtems/event.h>
+#include <rtems/rtems/eventimpl.h>
#include <rtems/extensionimpl.h>
#include <rtems/fatal.h>
#include <rtems/init.h>
@@ -269,14 +269,12 @@ uninitialized =
/*dpmem.h*/ (sizeof _Dual_ported_memory_Information) +
-/*event.h*/ (sizeof _Event_Sync_state) +
+/*eventimpl.h*/ (sizeof _Event_Sync_state) +
#if defined(RTEMS_MULTIPROCESSING)
/*eventmp.h*/ 0 +
#endif
-/*eventset.h*/ 0 +
-
/*extensionimpl.h*/ (sizeof _Extension_Information) +
/*fatal.h*/ 0 +