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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
rom
/
hidds
/
pci
/
pci_libfunc.c
blob
e4f6046e94d0070d8d37973e38bbfcb8da3e0553
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
//#include <aros/abi.h>
7
#include <aros/libcall.h>
8
9
#include
"pci.h"
10
#include LC_LIBDEFS_FILE
11
12
AROS_LH0
(
APTR
,
PCI_ClassID
,
13
LIBBASETYPEPTR
,
LIBBASE
,
5
,
pci
)
14
{
15
AROS_LIBFUNC_INIT
16
17
return
NULL
;
18
19
AROS_LIBFUNC_EXIT
20
}