Changeset ea5df0e in rtems
- Timestamp:
- 09/21/95 18:49:12 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 24b1cb9
- Parents:
- cda7ecc
- Location:
- c/src
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/optman/no-mp.c
rcda7ecc rea5df0e 26 26 #include <rtems/core/tqdata.h> 27 27 #include <rtems/core/watchdog.h> 28 #include <rtems/ sysstate.h>28 #include <rtems/core/sysstate.h> 29 29 30 30 void _Multiprocessing_Manager_initialization ( void ) … … 37 37 38 38 void _MPCI_Handler_initialization( 39 MPCI_Control *users_mpci_table 39 MPCI_Control *users_mpci_table, 40 unsigned32 timeout_status 40 41 ) 41 42 { -
c/src/exec/rtems/optman/no-msg.c
rcda7ecc rea5df0e 18 18 #include <rtems/rtems/attr.h> 19 19 #include <rtems/core/chain.h> 20 #include <rtems/config.h>21 20 #include <rtems/core/isr.h> 22 21 #include <rtems/rtems/message.h> -
c/src/exec/rtems/optman/no-part.c
rcda7ecc rea5df0e 17 17 #include <rtems/rtems/status.h> 18 18 #include <rtems/core/address.h> 19 #include <rtems/config.h>20 19 #include <rtems/core/object.h> 21 20 #include <rtems/rtems/part.h> -
c/src/exec/rtems/optman/no-region.c
rcda7ecc rea5df0e 16 16 #include <rtems/system.h> 17 17 #include <rtems/rtems/status.h> 18 #include <rtems/config.h>19 18 #include <rtems/core/object.h> 20 19 #include <rtems/rtems/options.h> -
c/src/exec/rtems/optman/no-sem.c
rcda7ecc rea5df0e 17 17 #include <rtems/rtems/status.h> 18 18 #include <rtems/rtems/attr.h> 19 #include <rtems/config.h>20 19 #include <rtems/core/isr.h> 21 20 #include <rtems/core/object.h> -
c/src/optman/rtems/no-mp.c
rcda7ecc rea5df0e 26 26 #include <rtems/core/tqdata.h> 27 27 #include <rtems/core/watchdog.h> 28 #include <rtems/ sysstate.h>28 #include <rtems/core/sysstate.h> 29 29 30 30 void _Multiprocessing_Manager_initialization ( void ) … … 37 37 38 38 void _MPCI_Handler_initialization( 39 MPCI_Control *users_mpci_table 39 MPCI_Control *users_mpci_table, 40 unsigned32 timeout_status 40 41 ) 41 42 { -
c/src/optman/rtems/no-msg.c
rcda7ecc rea5df0e 18 18 #include <rtems/rtems/attr.h> 19 19 #include <rtems/core/chain.h> 20 #include <rtems/config.h>21 20 #include <rtems/core/isr.h> 22 21 #include <rtems/rtems/message.h> -
c/src/optman/rtems/no-part.c
rcda7ecc rea5df0e 17 17 #include <rtems/rtems/status.h> 18 18 #include <rtems/core/address.h> 19 #include <rtems/config.h>20 19 #include <rtems/core/object.h> 21 20 #include <rtems/rtems/part.h> -
c/src/optman/rtems/no-region.c
rcda7ecc rea5df0e 16 16 #include <rtems/system.h> 17 17 #include <rtems/rtems/status.h> 18 #include <rtems/config.h>19 18 #include <rtems/core/object.h> 20 19 #include <rtems/rtems/options.h> -
c/src/optman/rtems/no-sem.c
rcda7ecc rea5df0e 17 17 #include <rtems/rtems/status.h> 18 18 #include <rtems/rtems/attr.h> 19 #include <rtems/config.h>20 19 #include <rtems/core/isr.h> 21 20 #include <rtems/core/object.h>
Note: See TracChangeset
for help on using the changeset viewer.