refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[AROS.git] / rom / timer / timer.conf
bloba5c40bec300d36bb37e7bc156bcf374e519d2490
1 ##begin config
2 version 41.1
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 ##end functionlist