summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-03-21 20:19:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-03-21 20:19:03 +0000
commitd08b1c758f41047368e9a3e9025faea6ca2d6007 (patch)
tree511225179173fc287e836807be9e24f09d28cbb0 /c/src/optman/rtems
parentupdated to reflect gen68360 from Eric Norum. (diff)
downloadrtems-d08b1c758f41047368e9a3e9025faea6ca2d6007.tar.bz2
update to reflect internal threads reorganization
Diffstat (limited to 'c/src/optman/rtems')
-rw-r--r--c/src/optman/rtems/no-mp.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c
index 21024acf89..9054f89d36 100644
--- a/c/src/optman/rtems/no-mp.c
+++ b/c/src/optman/rtems/no-mp.c
@@ -42,6 +42,10 @@ void _MPCI_Handler_initialization(
{
}
+void _MPCI_Create_server( void )
+{
+}
+
void _MPCI_Initialization ( void )
{
}
@@ -110,4 +114,22 @@ void _MPCI_Announce ( void )
{
}
+
+void _MPCI_Internal_packets_Send_process_packet (
+ MPCI_Internal_Remote_operations operation
+)
+{
+}
+
+void _MPCI_Internal_packets_Process_packet (
+ MP_packet_Prefix *the_packet_prefix
+)
+{
+}
+
+MPCI_Internal_packet *_MPCI_Internal_packets_Get_packet ( void )
+{
+ return NULL;
+}
+
/* end of file */