Minor fixes to comments.
[AROS.git] / rom / battclock / battclock.conf
blobac76006d9b8833d8baaebfa54731fd177d284fb8
1 ##begin config
2 version 41.2
3 residentpri 70
4 libbase BattClockBase
5 libbasetype struct BattClockBase
6 libbasetypeextern struct Library
7 options resautoinit
8 ##end config
9 ##begin cdefprivate
10 #include <battclock_intern.h>
11 ##end cdefprivate
12 ##begin functionlist
13 void ResetBattClock() ()
14 ULONG ReadBattClock() ()
15 void WriteBattClock(ULONG time) (D0)
16 .skip 1 # ULONG ReadBattClockMem(ULONG offset, ULONG length) (D1, D2)
17 .skip 1 # void WriteBattClockMem(ULONG data, ULONG offset, ULONG length) (D0,D1,D2)
18 ##end functionlist