Changeset c6e21ee1 in rtems for cpukit/sapi


Ignore:
Timestamp:
07/24/13 11:12:38 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
f0bfd7d8
Parents:
f068384e
git-author:
Sebastian Huber <sebastian.huber@…> (07/24/13 11:12:38)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/26/13 09:55:44)
Message:

score: Create scheduler implementation header

Move implementation specific parts of scheduler.h and scheduler.inl into
new header file schedulerimpl.h. The scheduler.h contains now only the
application visible API.

File:
1 edited

Legend:

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

    rf068384e rc6e21ee1  
    4949#endif
    5050#include <rtems/score/priority.h>
    51 #include <rtems/score/scheduler.h>
     51#include <rtems/score/prioritybitmap.h>
     52#include <rtems/score/schedulerimpl.h>
    5253#include <rtems/score/thread.h>
    5354#include <rtems/score/tod.h>
Note: See TracChangeset for help on using the changeset viewer.