2 Copyright © 2002-2009, Chris Hodges. All rights reserved.
3 Copyright © 2009-2012, The AROS Development Team. All rights reserved.
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 */