start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / rom / timer / ticks.c
blob736fb96a953b32d349fba346edaf1fa5694cc28c
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Hardware management routines, template
6 Lang: english
7 */
9 #include "timer_intern.h"
11 void EClockUpdate(struct TimerBase *TimerBase)
13 /* This is called whenever timer.device wants to read EClock value from the hardware */
16 void EClockSet(struct TimerBase *TimerBase)
18 /* This is called from SetSysTime() in order to set the new EClock value in hardware */