Changeset 18c5378 in rtems
- Timestamp:
- 09/22/95 15:35:48 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7fe12f6
- Parents:
- 7af35da5
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/headers/sptables.h
r7af35da5 r18c5378 28 28 #include <rtems/init.h> 29 29 #include <rtems/io.h> 30 #include <rtems/ sysstate.h>30 #include <rtems/core/sysstate.h> 31 31 32 32 #include <rtems/rtems/intr.h> -
c/src/exec/sapi/include/rtems/sptables.h
r7af35da5 r18c5378 28 28 #include <rtems/init.h> 29 29 #include <rtems/io.h> 30 #include <rtems/ sysstate.h>30 #include <rtems/core/sysstate.h> 31 31 32 32 #include <rtems/rtems/intr.h> -
c/src/exec/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 -
c/src/lib/libbsp/shmdr/poll.c
r7af35da5 r18c5378 21 21 22 22 #include <rtems.h> 23 #include <rtems/ sysstate.h>23 #include <rtems/core/sysstate.h> 24 24 #include <rtems/libio.h> 25 25 -
c/src/libchip/shmdr/poll.c
r7af35da5 r18c5378 21 21 22 22 #include <rtems.h> 23 #include <rtems/ sysstate.h>23 #include <rtems/core/sysstate.h> 24 24 #include <rtems/libio.h> 25 25 -
c/src/tests/sptests/spsize/size.c
r7af35da5 r18c5378 18 18 #include <rtems/config.h> 19 19 #include <rtems/directives.h> 20 #include <rtems/core/apiext.h> 20 21 #include <rtems/core/copyrt.h> 21 22 #include <rtems/rtems/clock.h> … … 26 27 #include <rtems/fatal.h> 27 28 #include <rtems/init.h> 28 #include <rtems/ core/intthrd.h>29 #include <rtems/intthrd.h> 29 30 #include <rtems/core/isr.h> 30 31 #include <rtems/rtems/intr.h> … … 39 40 #include <rtems/rtems/sem.h> 40 41 #include <rtems/rtems/signal.h> 41 #include <rtems/ sysstate.h>42 #include <rtems/core/sysstate.h> 42 43 #include <rtems/core/thread.h> 43 44 #include <rtems/rtems/timer.h> … … 190 191 /*address.h*/ 0 + 191 192 193 /*apiext.h*/ (sizeof _API_extensions_List) + 194 192 195 /*asr.h*/ 0 + 193 196 … … 234 237 (sizeof _Internal_threads_System_initialization_thread) + 235 238 (sizeof _Internal_threads_Idle_thread) + 236 (sizeof _Internal_threads_Extensions) +237 239 238 240 /*io.h*/ (sizeof _IO_Number_of_drivers) + -
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 -
testsuites/sptests/spsize/size.c
r7af35da5 r18c5378 18 18 #include <rtems/config.h> 19 19 #include <rtems/directives.h> 20 #include <rtems/core/apiext.h> 20 21 #include <rtems/core/copyrt.h> 21 22 #include <rtems/rtems/clock.h> … … 26 27 #include <rtems/fatal.h> 27 28 #include <rtems/init.h> 28 #include <rtems/ core/intthrd.h>29 #include <rtems/intthrd.h> 29 30 #include <rtems/core/isr.h> 30 31 #include <rtems/rtems/intr.h> … … 39 40 #include <rtems/rtems/sem.h> 40 41 #include <rtems/rtems/signal.h> 41 #include <rtems/ sysstate.h>42 #include <rtems/core/sysstate.h> 42 43 #include <rtems/core/thread.h> 43 44 #include <rtems/rtems/timer.h> … … 190 191 /*address.h*/ 0 + 191 192 193 /*apiext.h*/ (sizeof _API_extensions_List) + 194 192 195 /*asr.h*/ 0 + 193 196 … … 234 237 (sizeof _Internal_threads_System_initialization_thread) + 235 238 (sizeof _Internal_threads_Idle_thread) + 236 (sizeof _Internal_threads_Extensions) +237 239 238 240 /*io.h*/ (sizeof _IO_Number_of_drivers) +
Note: See TracChangeset
for help on using the changeset viewer.