Listtree.mcc: use internal inherited class of NListtree
[AROS.git] / arch / all-pc / hpet / hpet.conf
blob802301e6d53840043623789577827839159b4ebd
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, struct TagItem *tags) (D0, A0)
17 ##end functionlist