Changeset 88d594a in rtems for cpukit/score/macros


Ignore:
Timestamp:
05/24/95 21:39:42 (29 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5b9d6ddf
Parents:
bf61e45c
Message:

Fully tested on all in-house targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/macros/rtems/score/watchdog.inl

    rbf61e45c r88d594a  
    172172  ((Watchdog_Control *) (_header)->last)
    173173
    174 /*PAGE
    175  *
    176  *  _Watchdog_Get_sync
    177  *
    178  */
    179 
    180 #define _Watchdog_Get_sync() \
    181    ((Watchdog_Control *) _Watchdog_Sync)
    182 
    183 /*PAGE
    184  *
    185  *  _Watchdog_Set_sync
    186  *
    187  */
    188 
    189 #define _Watchdog_Set_sync( _the_watchdog ) \
    190   _Watchdog_Sync = (Watchdog_Synchronization_pointer) (_the_watchdog)
    191 
    192 /*PAGE
    193  *
    194  *  _Watchdog_Clear_sync
    195  *
    196  */
    197 
    198 #define _Watchdog_Clear_sync() \
    199   _Watchdog_Sync = NULL;
    200 
    201174#endif
    202175/* end of include file */
Note: See TracChangeset for help on using the changeset viewer.