grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / AHI / Drivers / SB128 / pci_wrapper.c
blobbe4ec399314b1840ddf31fe36c66b58768cbbcfb
1 /*
3 The contents of this file are subject to the AROS Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
4 http://www.aros.org/license.html
6 Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
7 ANY KIND, either express or implied. See the License for the specific language governing rights and
8 limitations under the License.
10 The Original Code is (C) Copyright 2004-2011 Ross Vumbaca.
12 The Initial Developer of the Original Code is Ross Vumbaca.
14 All Rights Reserved.
18 #include <exec/types.h>
20 #if defined(__AROS__)
21 #include "pci_aros.c"
22 #elif defined(__AMIGAOS4__)
23 #include "pci_aos4.c"
24 #else
25 #include "pci_openpci.c"
26 #endif