repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
arch
/
all-pc
/
hpet
/
hpet.conf
blob
802301e6d53840043623789577827839159b4ebd
1
##begin config
2
version 1.0
3
residentpri 124
4
libbase HPETBase
5
libbasetype struct HPETBase
6
##end config
7
8
##begin cdefprivate
9
#include "hpet_intern.h"
10
##end cdefprivate
11
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