diff options
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 63f2e6ed698f..cb911f3e40f5 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -115,7 +115,9 @@ int acpi_unmap_lsapic(int cpu); | |||
115 | 115 | ||
116 | int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base); | 116 | int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base); |
117 | int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base); | 117 | int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base); |
118 | void acpi_irq_stats_init(void); | ||
118 | 119 | ||
120 | extern u32 acpi_irq_handled; | ||
119 | extern int acpi_mp_config; | 121 | extern int acpi_mp_config; |
120 | 122 | ||
121 | extern struct acpi_mcfg_allocation *pci_mmcfg_config; | 123 | extern struct acpi_mcfg_allocation *pci_mmcfg_config; |