Changeset 0c3edbf in rtems for cpukit/sapi


Ignore:
Timestamp:
07/25/13 08:46:15 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
a2e3f33
Parents:
bfd0d7a
git-author:
Sebastian Huber <sebastian.huber@…> (07/25/13 08:46:15)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/26/13 09:55:47)
Message:

Include missing <rtems/score/threaddispatch.h>

Location:
cpukit/sapi/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/ioregisterdriver.c

    rbfd0d7a r0c3edbf  
    2222#endif
    2323
    24 #include <rtems/system.h>
    2524#include <rtems/io.h>
    2625#include <rtems/rtems/intr.h>
    27 #include <rtems/score/thread.h>
     26#include <rtems/score/threaddispatch.h>
    2827
    2928static inline bool rtems_io_is_empty_table(
  • cpukit/sapi/src/iounregisterdriver.c

    rbfd0d7a r0c3edbf  
    2020#endif
    2121
    22 #include <rtems/system.h>
    2322#include <rtems/io.h>
    2423#include <rtems/rtems/intr.h>
    25 #include <rtems/score/thread.h>
     24#include <rtems/score/threaddispatch.h>
     25
    2626#include <string.h>
    2727
Note: See TracChangeset for help on using the changeset viewer.