Changeset 5e9b32b in rtems for c/src/exec/sapi/optman


Ignore:
Timestamp:
09/26/95 19:27:15 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c701f197
Parents:
879a047
Message:

posix support initially added

Location:
c/src/exec/sapi/optman
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/optman/no-ext.c

    r879a047 r5e9b32b  
    1717#include <rtems/rtems/status.h>
    1818#include <rtems/rtems/support.h>
    19 #include <rtems/core/object.h>
    20 #include <rtems/core/thread.h>
     19#include <rtems/score/object.h>
     20#include <rtems/score/thread.h>
    2121#include <rtems/extension.h>
    2222
  • c/src/exec/sapi/optman/no-io.c

    r879a047 r5e9b32b  
    1818#include <rtems/config.h>
    1919#include <rtems/io.h>
    20 #include <rtems/core/isr.h>
    21 #include <rtems/core/thread.h>
     20#include <rtems/score/isr.h>
     21#include <rtems/score/thread.h>
    2222
    2323void _IO_Initialize_all_drivers( void )
Note: See TracChangeset for help on using the changeset viewer.