prism2.device: Compiler delint
[AROS.git] / arch / all-pc / hpet / hpet.conf
blobea98ad82d394ce68af55700471a4f7b25f360afd
1 ##begin config
2 version 1.0
3 residentpri 124
4 libbase HPETBase
5 libbasetype struct HPETBase
6 ##end config
8 ##begin cdefprivate
9 #include "hpet_intern.h"
10 ##end cdefprivate
12 ##begin functionlist
13 ULONG GetHPETCount() ()
14 ULONG AllocHPETUnit(const char *user) (A0)
15 void FreeHPETUnit(ULONG unit) (D0)
16 BOOL GetUnitAttrsA(ULONG unit, const struct TagItem *tags) (D0, A0)
17 ##end functionlist