summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-mp.c
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/rtems/no-mp.c
parentMore file movement (diff)
downloadrtems-ea5df0ea54b7c0f7f84351b8178898eb498d2a56.tar.bz2
More file movement
Diffstat (limited to 'c/src/optman/rtems/no-mp.c')
-rw-r--r--c/src/optman/rtems/no-mp.c5
1 files changed, 3 insertions, 2 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
)
{
}