Changeset 18c5378 in rtems for cpukit/sapi/src/exinit.c
- Timestamp:
- Sep 22, 1995, 3:35:48 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 7fe12f6
- Parents:
- 7af35da5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/src/exinit.c
r7af35da5 r18c5378 27 27 #include <rtems/init.h> 28 28 #include <rtems/io.h> 29 #include <rtems/ sysstate.h>29 #include <rtems/core/sysstate.h> 30 30 31 31 #include <rtems/core/apiext.h> … … 33 33 #include <rtems/core/heap.h> 34 34 #include <rtems/core/interr.h> 35 #include <rtems/ core/intthrd.h>35 #include <rtems/intthrd.h> 36 36 #include <rtems/core/isr.h> 37 37 #include <rtems/core/mpci.h> … … 180 180 181 181 _MPCI_Handler_initialization( 182 multiprocessing_table->User_mpci_table 182 multiprocessing_table->User_mpci_table, 183 RTEMS_TIMEOUT 183 184 ); 184 185
Note: See TracChangeset
for help on using the changeset viewer.