Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / lowlevel / lowlevel.conf
blob9ec022d80de4c88f4db459842e5bd650a504b1e1
1 ##begin config
2 basename LowLevel
3 libbasetype struct LowLevelBase
4 version 40.4
5 ##end config
6 ##begin cdef
7 #include <libraries/lowlevel.h>
8 #include <devices/timer.h>
9 ##end cdef
10 ##begin cdefprivate
11 #include "lowlevel_intern.h"
12 ##end cdefprivate
13 ##begin functionlist
14 .skip 5
15 ULONG ReadJoyPort(ULONG port) (D0)
16 ULONG GetLanguageSelection() ()
18 ULONG GetKey() ()
19 void QueryKeys(struct KeyQuery *queryArray, UBYTE arraySize) (A0, D1)
20 APTR AddKBInt(APTR intRoutine, APTR intData) (A0, A1)
21 void RemKBInt(APTR intHandle) (A1)
23 APTR AddTimerInt(APTR intRoutine, APTR intData) (A0, A1)
24 void RemTimerInt(APTR intHandle) (A1)
25 void StopTimerInt(APTR intHandle) (A1)
26 void StartTimerInt(APTR intHandle, ULONG timeInterval, BOOL continuous) (A1, D0, D1)
27 ULONG ElapsedTime(struct EClockVal *context) (A0)
28 APTR AddVBlankInt(APTR intRoutine, APTR intData) (A0, A1)
29 void RemVBlankInt(APTR intHandle) (A1)
30 ##end functionlist