2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: ReadBattClock() function.
8 #include "battclock_intern.h"
10 /*****************************************************************************
13 #include <proto/battclock.h>
15 AROS_LH0(ULONG
, ReadBattClock
,
21 APTR
, BattClockBase
, 2, Battclock
)
24 Return the value stored in the battery back up clock. This value
25 is the number of seconds that have elapsed since midnight on the
26 1st of January 1978 (00:00:00 1.1.1978).
28 If the value of the battery clock is invalid, then the clock will
34 The number of seconds since 1.1.1978 00:00:00
43 WriteBattClock(), ResetBattClock()
49 *****************************************************************************/
53 #warning battclock.resource functionality not added