Changeset ea5df0e in rtems


Ignore:
Timestamp:
09/21/95 18:49:12 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
24b1cb9
Parents:
cda7ecc
Message:

More file movement

Location:
c/src
Files:
10 edited

Legend:

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

    rcda7ecc rea5df0e  
    2626#include <rtems/core/tqdata.h>
    2727#include <rtems/core/watchdog.h>
    28 #include <rtems/sysstate.h>
     28#include <rtems/core/sysstate.h>
    2929
    3030void _Multiprocessing_Manager_initialization ( void )
     
    3737
    3838void _MPCI_Handler_initialization(
    39   MPCI_Control            *users_mpci_table
     39  MPCI_Control            *users_mpci_table,
     40  unsigned32               timeout_status
    4041)
    4142{
  • c/src/exec/rtems/optman/no-msg.c

    rcda7ecc rea5df0e  
    1818#include <rtems/rtems/attr.h>
    1919#include <rtems/core/chain.h>
    20 #include <rtems/config.h>
    2120#include <rtems/core/isr.h>
    2221#include <rtems/rtems/message.h>
  • c/src/exec/rtems/optman/no-part.c

    rcda7ecc rea5df0e  
    1717#include <rtems/rtems/status.h>
    1818#include <rtems/core/address.h>
    19 #include <rtems/config.h>
    2019#include <rtems/core/object.h>
    2120#include <rtems/rtems/part.h>
  • c/src/exec/rtems/optman/no-region.c

    rcda7ecc rea5df0e  
    1616#include <rtems/system.h>
    1717#include <rtems/rtems/status.h>
    18 #include <rtems/config.h>
    1918#include <rtems/core/object.h>
    2019#include <rtems/rtems/options.h>
  • c/src/exec/rtems/optman/no-sem.c

    rcda7ecc rea5df0e  
    1717#include <rtems/rtems/status.h>
    1818#include <rtems/rtems/attr.h>
    19 #include <rtems/config.h>
    2019#include <rtems/core/isr.h>
    2120#include <rtems/core/object.h>
  • c/src/optman/rtems/no-mp.c

    rcda7ecc rea5df0e  
    2626#include <rtems/core/tqdata.h>
    2727#include <rtems/core/watchdog.h>
    28 #include <rtems/sysstate.h>
     28#include <rtems/core/sysstate.h>
    2929
    3030void _Multiprocessing_Manager_initialization ( void )
     
    3737
    3838void _MPCI_Handler_initialization(
    39   MPCI_Control            *users_mpci_table
     39  MPCI_Control            *users_mpci_table,
     40  unsigned32               timeout_status
    4041)
    4142{
  • c/src/optman/rtems/no-msg.c

    rcda7ecc rea5df0e  
    1818#include <rtems/rtems/attr.h>
    1919#include <rtems/core/chain.h>
    20 #include <rtems/config.h>
    2120#include <rtems/core/isr.h>
    2221#include <rtems/rtems/message.h>
  • c/src/optman/rtems/no-part.c

    rcda7ecc rea5df0e  
    1717#include <rtems/rtems/status.h>
    1818#include <rtems/core/address.h>
    19 #include <rtems/config.h>
    2019#include <rtems/core/object.h>
    2120#include <rtems/rtems/part.h>
  • c/src/optman/rtems/no-region.c

    rcda7ecc rea5df0e  
    1616#include <rtems/system.h>
    1717#include <rtems/rtems/status.h>
    18 #include <rtems/config.h>
    1918#include <rtems/core/object.h>
    2019#include <rtems/rtems/options.h>
  • c/src/optman/rtems/no-sem.c

    rcda7ecc rea5df0e  
    1717#include <rtems/rtems/status.h>
    1818#include <rtems/rtems/attr.h>
    19 #include <rtems/config.h>
    2019#include <rtems/core/isr.h>
    2120#include <rtems/core/object.h>
Note: See TracChangeset for help on using the changeset viewer.