From 965a442a4ed63845455956433f7581934663081c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 31 Jul 2013 14:10:20 +0200 Subject: score: Move nanoseconds since last tick support Move the nanoseconds since last tick support from the Watchdog to the TOD handler. Now the TOD managment is encapsulated in the TOD_Control structure. --- cpukit/score/include/rtems/score/watchdog.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/score/include/rtems/score/watchdog.h') diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h index b67e5ca28c..bd218fd7fd 100644 --- a/cpukit/score/include/rtems/score/watchdog.h +++ b/cpukit/score/include/rtems/score/watchdog.h @@ -63,15 +63,6 @@ typedef Watchdog_Service_routine ( *Watchdog_Service_routine_entry )( void * ); -/** - * @brief Pointer to the BSP plugin to obtain the number - * of nanoseconds since the last clock tick. - * - * This type defines a pointer to the BSP plugin to obtain the number - * of nanoseconds since the last clock tick. - */ -typedef uint32_t (*Watchdog_Nanoseconds_since_last_tick_routine)(void); - /** * @brief The constant for indefinite wait. * -- cgit v1.2.3