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
Product ID 0x2582 also needs a physical cursor address.
[AROS.git]
/
rom
/
hidds
/
hidd.pci
/
pci_libfunc.c
blob
bbe2fd8d88c9856c5f37860e94ab6b30ba6c4f12
1
//#include <aros/abi.h>
2
#include <aros/libcall.h>
3
4
#include
"pci.h"
5
#include LC_LIBDEFS_FILE
6
7
AROS_LH0
(
APTR
,
PCI_ClassID
,
8
LIBBASETYPEPTR
,
LIBBASE
,
5
,
pci
)
9
{
10
AROS_LIBFUNC_INIT
11
12
return
NULL
;
13
14
AROS_LIBFUNC_EXIT
15
}