Changeset 4b48ece0 in rtems for cpukit/sapi


Ignore:
Timestamp:
07/22/13 08:21:03 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
0eae7ba9
Parents:
6e93dc4a
git-author:
Sebastian Huber <sebastian.huber@…> (07/22/13 08:21:03)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/22/13 14:57:25)
Message:

score: Create watchdog implementation header

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

File:
1 edited

Legend:

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

    r6e93dc4a r4b48ece0  
    5353#include <rtems/score/tod.h>
    5454#include <rtems/score/userextimpl.h>
    55 #include <rtems/score/watchdog.h>
     55#include <rtems/score/watchdogimpl.h>
    5656#include <rtems/score/wkspace.h>
    5757
Note: See TracChangeset for help on using the changeset viewer.