added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / rom / timer / timer.conf
blob978d56cd6273bf6e350df5d788fdd41f583a8a64
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 ##end config
9 ##begin cdef
10 #include <devices/timer.h>
11 ##end cdef
12 ##begin cdefprivate
13 #include "timer_intern.h"
14 ##end cdefprivate
15 ##begin functionlist
16 void AddTime(struct timeval *dest, struct timeval *src) (A0, A1)
17 void SubTime(struct timeval *dest, struct timeval *src) (A0, A1)
18 LONG CmpTime(struct timeval *dest, struct timeval *src) (A0, A1)
19 ULONG ReadEClock(struct EClockVal *dest) (A0)
20 void GetSysTime(struct timeval *dest) (A0)
21 ##end functionlist