2 Copyright © 1995-2009, The AROS Development Team. All rights reserved.
8 #include "battclock_intern.h"
10 /*****************************************************************************
13 #include <proto/battclock.h>
15 AROS_LH1(void, WriteBattClock
,
18 AROS_LHA(ULONG
, time
, D0
),
21 APTR
*, BattClockBase
, 3, Battclock
)
24 Set the system's battery backed up clock to the time specified. The
25 value should be the number of seconds since 00:00:00 on 1.1.1978.
28 time - The number of seconds elapsed since 00:00:00 1.1.1978
31 The clock will be set.
34 This may not do anything on some systems where the battery backed
35 up clock either doesn't exist, or may not be writable.
42 ReadBattClock(), ResetBattClock()
46 *****************************************************************************/
53 } /* WriteBattClock */