BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / bus_managers / pci / pci_fixup.h
blob418c7de2a321e6f6bfde431c76a5e498904dbee5
1 /*
2 * Copyright 2007, Marcus Overhagen. All rights reserved.
4 * Distributed under the terms of the MIT License.
5 */
6 #ifndef _PCI_FIXUP_H
7 #define _PCI_FIXUP_H
9 class PCI;
12 void pci_fixup_device(PCI *pci, uint8 domain, uint8 bus, uint8 device,
13 uint8 function);
15 #endif