Changeset d08b1c75 in rtems for c/src/optman/rtems


Ignore:
Timestamp:
03/21/96 20:19:03 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f398452
Parents:
f99538d
Message:

update to reflect internal threads reorganization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/optman/rtems/no-mp.c

    rf99538d rd08b1c75  
    4040  unsigned32               timeout_status
    4141)
     42{
     43}
     44
     45void _MPCI_Create_server( void )
    4246{
    4347}
     
    111115}
    112116
     117
     118void _MPCI_Internal_packets_Send_process_packet (
     119   MPCI_Internal_Remote_operations operation
     120)
     121{
     122}
     123 
     124void _MPCI_Internal_packets_Process_packet (
     125  MP_packet_Prefix  *the_packet_prefix
     126)
     127{
     128}
     129 
     130MPCI_Internal_packet *_MPCI_Internal_packets_Get_packet ( void )
     131{
     132  return NULL;
     133}
     134
    113135/* end of file */
Note: See TracChangeset for help on using the changeset viewer.