xref: /minix3/minix/drivers/power/acpi/pci.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
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