diff options
Diffstat (limited to 'include/acpi/acpi_drivers.h')
-rw-r--r-- | include/acpi/acpi_drivers.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index c62e92ec43b2..579fe191b7e7 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -56,8 +56,9 @@ | |||
56 | /* ACPI PCI Interrupt Link (pci_link.c) */ | 56 | /* ACPI PCI Interrupt Link (pci_link.c) */ |
57 | 57 | ||
58 | int acpi_irq_penalty_init (void); | 58 | int acpi_irq_penalty_init (void); |
59 | int acpi_pci_link_get_irq (acpi_handle handle, int index, int *edge_level, | 59 | int acpi_pci_link_allocate_irq (acpi_handle handle, int index, int *edge_level, |
60 | int *active_high_low, char **name); | 60 | int *active_high_low, char **name); |
61 | int acpi_pci_link_free_irq(acpi_handle handle); | ||
61 | 62 | ||
62 | /* ACPI PCI Interrupt Routing (pci_irq.c) */ | 63 | /* ACPI PCI Interrupt Routing (pci_irq.c) */ |
63 | 64 | ||
@@ -68,6 +69,7 @@ void acpi_pci_irq_del_prt (int segment, int bus); | |||
68 | 69 | ||
69 | struct pci_bus; | 70 | struct pci_bus; |
70 | 71 | ||
72 | acpi_status acpi_get_pci_id (acpi_handle handle, struct acpi_pci_id *id); | ||
71 | int acpi_pci_bind (struct acpi_device *device); | 73 | int acpi_pci_bind (struct acpi_device *device); |
72 | int acpi_pci_unbind (struct acpi_device *device); | 74 | int acpi_pci_unbind (struct acpi_device *device); |
73 | int acpi_pci_bind_root (struct acpi_device *device, struct acpi_pci_id *id, struct pci_bus *bus); | 75 | int acpi_pci_bind_root (struct acpi_device *device, struct acpi_pci_id *id, struct pci_bus *bus); |
@@ -108,5 +110,10 @@ int acpi_ec_ecdt_probe (void); | |||
108 | 110 | ||
109 | int acpi_processor_set_thermal_limit(acpi_handle handle, int type); | 111 | int acpi_processor_set_thermal_limit(acpi_handle handle, int type); |
110 | 112 | ||
113 | /* -------------------------------------------------------------------------- | ||
114 | Hot Keys | ||
115 | -------------------------------------------------------------------------- */ | ||
116 | |||
117 | extern int acpi_specific_hotkey_enabled; | ||
111 | 118 | ||
112 | #endif /*__ACPI_DRIVERS_H__*/ | 119 | #endif /*__ACPI_DRIVERS_H__*/ |