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
/
VIA-AC97
/
pci_wrapper.c
blob
4e8a8a547512cfc2c473b3bd3b9ac6337c07e8b6
1
/*
2
Copyright © 2004-2013, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <exec/types.h>
7
8
#if defined(__AROS__)
9
#include
"pci_aros.c"
10
#elif defined(__AMIGAOS4__)
11
#include
"pci_aos4.c"
12
#else
13
#include
"pci_openpci.c"
14
#endif
15