Changeset e90b1df in rtems for cpukit/sapi


Ignore:
Timestamp:
07/23/13 11:51:08 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
8695cae
Parents:
ecdcf01
git-author:
Sebastian Huber <sebastian.huber@…> (07/23/13 11:51:08)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/23/13 13:12:54)
Message:

rtems: Create timer implementation header

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

File:
1 edited

Legend:

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

    recdcf01 re90b1df  
    4141#include <rtems/rtems/semimpl.h>
    4242#include <rtems/rtems/signal.h>
    43 #include <rtems/rtems/timer.h>
     43#include <rtems/rtems/timerimpl.h>
    4444
    4545Objects_Information *_RTEMS_Objects[ OBJECTS_RTEMS_CLASSES_LAST + 1 ];
Note: See TracChangeset for help on using the changeset viewer.