summaryrefslogtreecommitdiffstats
path: root/c/src/optman
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-21 18:49:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-21 18:49:12 +0000
commitea5df0ea54b7c0f7f84351b8178898eb498d2a56 (patch)
tree7dacf8052375954ba865e2536b2f6eff66d928fb /c/src/optman
parentMore file movement (diff)
downloadrtems-ea5df0ea54b7c0f7f84351b8178898eb498d2a56.tar.bz2
More file movement
Diffstat (limited to 'c/src/optman')
-rw-r--r--c/src/optman/rtems/no-mp.c5
-rw-r--r--c/src/optman/rtems/no-msg.c1
-rw-r--r--c/src/optman/rtems/no-part.c1
-rw-r--r--c/src/optman/rtems/no-region.c1
-rw-r--r--c/src/optman/rtems/no-sem.c1
5 files changed, 3 insertions, 6 deletions
diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c
index f354397c9f..f8ba2197ce 100644
--- a/c/src/optman/rtems/no-mp.c
+++ b/c/src/optman/rtems/no-mp.c
@@ -25,7 +25,7 @@
#include <rtems/core/threadq.h>
#include <rtems/core/tqdata.h>
#include <rtems/core/watchdog.h>
-#include <rtems/sysstate.h>
+#include <rtems/core/sysstate.h>
void _Multiprocessing_Manager_initialization ( void )
{
@@ -36,7 +36,8 @@ void rtems_multiprocessing_announce ( void )
}
void _MPCI_Handler_initialization(
- MPCI_Control *users_mpci_table
+ MPCI_Control *users_mpci_table,
+ unsigned32 timeout_status
)
{
}
diff --git a/c/src/optman/rtems/no-msg.c b/c/src/optman/rtems/no-msg.c
index 8cdfcf8090..9113a1f0f5 100644
--- a/c/src/optman/rtems/no-msg.c
+++ b/c/src/optman/rtems/no-msg.c
@@ -17,7 +17,6 @@
#include <rtems/rtems/status.h>
#include <rtems/rtems/attr.h>
#include <rtems/core/chain.h>
-#include <rtems/config.h>
#include <rtems/core/isr.h>
#include <rtems/rtems/message.h>
#include <rtems/core/object.h>
diff --git a/c/src/optman/rtems/no-part.c b/c/src/optman/rtems/no-part.c
index 45cf1a7d78..814e041ec8 100644
--- a/c/src/optman/rtems/no-part.c
+++ b/c/src/optman/rtems/no-part.c
@@ -16,7 +16,6 @@
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/core/address.h>
-#include <rtems/config.h>
#include <rtems/core/object.h>
#include <rtems/rtems/part.h>
#include <rtems/core/thread.h>
diff --git a/c/src/optman/rtems/no-region.c b/c/src/optman/rtems/no-region.c
index 4985000cab..63298f5e0e 100644
--- a/c/src/optman/rtems/no-region.c
+++ b/c/src/optman/rtems/no-region.c
@@ -15,7 +15,6 @@
#include <rtems/system.h>
#include <rtems/rtems/status.h>
-#include <rtems/config.h>
#include <rtems/core/object.h>
#include <rtems/rtems/options.h>
#include <rtems/rtems/region.h>
diff --git a/c/src/optman/rtems/no-sem.c b/c/src/optman/rtems/no-sem.c
index eabd8e12a9..ecc112d8d4 100644
--- a/c/src/optman/rtems/no-sem.c
+++ b/c/src/optman/rtems/no-sem.c
@@ -16,7 +16,6 @@
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/attr.h>
-#include <rtems/config.h>
#include <rtems/core/isr.h>
#include <rtems/core/object.h>
#include <rtems/rtems/options.h>