MPCI Receive became a thread and the prototype changed.

This commit is contained in:
Joel Sherrill
1996-02-21 14:37:32 +00:00
parent 56d34e6ca9
commit c4b8161d88
2 changed files with 6 additions and 2 deletions

View File

@@ -100,7 +100,9 @@ Thread_Control *_MPCI_Process_response (
return NULL;
}
void _MPCI_Receive_server( void )
Thread _MPCI_Receive_server(
unsigned32 ignore
)
{
}

View File

@@ -100,7 +100,9 @@ Thread_Control *_MPCI_Process_response (
return NULL;
}
void _MPCI_Receive_server( void )
Thread _MPCI_Receive_server(
unsigned32 ignore
)
{
}