grub2: bring back build of aros-side grub2 tools
[AROS.git] / rom / usb / pciusbhc / ohci / pci_protos.h
blobb8311e7a6bf0c7700ed2e9af609da730acb91f21
1 /*
2 Copyright © 2002-2009, Chris Hodges. All rights reserved.
3 Copyright © 2009-2012, The AROS Development Team. All rights reserved.
4 $Id$
5 */
7 #ifndef PCI_PROTOS_H
8 #define PCI_PROTOS_H
10 #include "dev.h"
12 BOOL pciInit(struct PCIDevice *hd);
13 void pciExpunge(struct PCIDevice *hd);
14 BOOL pciAllocUnit(struct PCIUnit *hu);
15 void pciFreeUnit(struct PCIUnit *hu);
16 APTR pciGetPhysical(struct PCIController *hc, APTR virtaddr);
18 #endif /* PCI_PROTOS_H */