revert between 56095 -> 55830 in arch
[AROS.git] / rom / timer / timer.conf
blob0cec14ac3a63732065d4e784375a835ceddf8351
1 ##begin config
2 version 41.2
3 options noexpunge
4 libbasetype struct TimerBase
5 residentpri 50
6 beginio_func BeginIO
7 abortio_func AbortIO
8 options autoinit
9 ##end config
10 ##begin cdef
11 #include <devices/timer.h>
12 ##end cdef
13 ##begin cdefprivate
14 #include <timer_intern.h>
15 ##end cdefprivate
16 ##begin functionlist
17 void AddTime(struct timeval *dest, struct timeval *src) (A0, A1)
18 void SubTime(struct timeval *dest, struct timeval *src) (A0, A1)
19 LONG CmpTime(struct timeval *dest, struct timeval *src) (A0, A1)
20 ULONG ReadEClock(struct EClockVal *dest) (A0)
21 void GetSysTime(struct timeval *dest) (A0)
22 void GetUpTime(struct timeval *dest) (A0)
23 ##end functionlist