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]
/
workbench
/
devs
/
AHI
/
Drivers
/
CMI8738
/
pci_wrapper.c
blob
9a7b2752243325247443bf07242fbc1b58ee3068
1
#include <exec/types.h>
2
3
#if defined(__AROS__)
4
#include
"pci_aros.c"
5
#elif defined(__AMIGAOS4__)
6
#include
"pci_aos4.c"
7
#else
8
#include
"pci_openpci.c"
9
#endif
10