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