1*433d6423SLionel Sambuc #ifndef __ACPI_PCI_H__ 2*433d6423SLionel Sambuc #define __ACPI_PCI_H__ 3*433d6423SLionel Sambuc 4*433d6423SLionel Sambuc #include <minix/ipc.h> 5*433d6423SLionel Sambuc 6*433d6423SLionel Sambuc void do_map_bridge(message *m); 7*433d6423SLionel Sambuc void do_get_irq(message *m); 8*433d6423SLionel Sambuc 9*433d6423SLionel Sambuc void pci_scan_devices(void); 10*433d6423SLionel Sambuc 11*433d6423SLionel Sambuc 12*433d6423SLionel Sambuc #endif /* __ACPI_PCI_H__ */ 13