summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-22 15:35:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-22 15:35:48 +0000
commit18c53787e19003269916f97828670682695d649c (patch)
tree266fbe224296dbe7bee7704787864abbaafa416c /testsuites/sptests
parentMore file movement required api extension to be added to score (diff)
downloadrtems-18c53787e19003269916f97828670682695d649c.tar.bz2
moving files around and adding the exec/wrapup directory
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/spsize/size.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index ed9bd59f7a..c50c7df603 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -17,6 +17,7 @@
#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/directives.h>
+#include <rtems/core/apiext.h>
#include <rtems/core/copyrt.h>
#include <rtems/rtems/clock.h>
#include <rtems/rtems/tasks.h>
@@ -25,7 +26,7 @@
#include <rtems/extension.h>
#include <rtems/fatal.h>
#include <rtems/init.h>
-#include <rtems/core/intthrd.h>
+#include <rtems/intthrd.h>
#include <rtems/core/isr.h>
#include <rtems/rtems/intr.h>
#include <rtems/io.h>
@@ -38,7 +39,7 @@
#include <rtems/rtems/region.h>
#include <rtems/rtems/sem.h>
#include <rtems/rtems/signal.h>
-#include <rtems/sysstate.h>
+#include <rtems/core/sysstate.h>
#include <rtems/core/thread.h>
#include <rtems/rtems/timer.h>
#include <rtems/core/tod.h>
@@ -189,6 +190,8 @@ sys_req = SYSTEM_TASKS + /* SYSI and IDLE */
uninitialized =
/*address.h*/ 0 +
+/*apiext.h*/ (sizeof _API_extensions_List) +
+
/*asr.h*/ 0 +
/*attr.h*/ 0 +
@@ -233,7 +236,6 @@ uninitialized =
/*intthrd.h*/ (sizeof _Internal_threads_Information) +
(sizeof _Internal_threads_System_initialization_thread) +
(sizeof _Internal_threads_Idle_thread) +
- (sizeof _Internal_threads_Extensions) +
/*io.h*/ (sizeof _IO_Number_of_drivers) +
(sizeof _IO_Driver_address_table) +