Changeset d08b1c75 in rtems for c/src/optman/rtems
- Timestamp:
- 03/21/96 20:19:03 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f398452
- Parents:
- f99538d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/optman/rtems/no-mp.c
rf99538d rd08b1c75 40 40 unsigned32 timeout_status 41 41 ) 42 { 43 } 44 45 void _MPCI_Create_server( void ) 42 46 { 43 47 } … … 111 115 } 112 116 117 118 void _MPCI_Internal_packets_Send_process_packet ( 119 MPCI_Internal_Remote_operations operation 120 ) 121 { 122 } 123 124 void _MPCI_Internal_packets_Process_packet ( 125 MP_packet_Prefix *the_packet_prefix 126 ) 127 { 128 } 129 130 MPCI_Internal_packet *_MPCI_Internal_packets_Get_packet ( void ) 131 { 132 return NULL; 133 } 134 113 135 /* end of file */
Note: See TracChangeset
for help on using the changeset viewer.