X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Facpi%2Facpi_drivers.h;h=0c964592a2c34b686f2b483df5d3d3b1b338d4d4;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=09097bb3e341ccb2c81add8aaf5b871d3a415095;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 09097bb3e..0c964592a 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h @@ -61,12 +61,14 @@ int acpi_pci_link_get_irq (acpi_handle handle, int index, int* edge_level, int* /* ACPI PCI Interrupt Routing (pci_irq.c) */ int acpi_pci_irq_add_prt (acpi_handle handle, int segment, int bus); +void acpi_pci_irq_del_prt (int segment, int bus); /* ACPI PCI Device Binding (pci_bind.c) */ struct pci_bus; int acpi_pci_bind (struct acpi_device *device); +int acpi_pci_unbind (struct acpi_device *device); int acpi_pci_bind_root (struct acpi_device *device, struct acpi_pci_id *id, struct pci_bus *bus); /* Arch-defined function to add a bus to the system */