grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / AHI / Drivers / HDAudio / pci_wrapper.c
blob4cbd10f8536001d1d418dabf77f0a9c29c669573
1 /*
2 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
3 http://www.aros.org/license.html
5 Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
6 ANY KIND, either express or implied. See the License for the specific language governing rights and
7 limitations under the License.
9 (C) Copyright xxxx-2009 Davy Wentzler.
10 (C) Copyright 2009-2010 Stephen Jones.
12 The Initial Developer of the Original Code is Davy Wentzler.
14 All Rights Reserved.
17 #include <exec/types.h>
19 #if defined(__AROS__)
20 #include "pci_aros.c"
21 #elif defined(__AMIGAOS4__)
22 #include "pci_aos4.c"
23 #else
24 #include "pci_openpci.c"
25 #endif