2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 #include "battclock_intern.h"
10 /*****************************************************************************
13 #include <proto/battclock.h>
15 AROS_LH0(void, ResetBattClock
,
21 APTR
, BattClockBase
, 1, Battclock
)
24 Reset the system battery backed up clock. This will reset the clock
25 back to 0 seconds (or midnight, 1st Jan 1978).
31 The clock will be reset.
34 This function may do nothing when the battery backed up clock either
35 doesn't exist, or may not be writable by the operating system.
42 ReadBattClock, WriteBattClock
47 27-11-96 digulla automatically created from
48 battclock_lib.fd and clib/battclock_protos.h
50 *****************************************************************************/
57 } /* ResetBattClock */