diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/acpi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index b123cc08773d..f5bc298707e1 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -407,6 +407,9 @@ int acpi_map_lsapic(acpi_handle handle, int *pcpu); | |||
407 | int acpi_unmap_lsapic(int cpu); | 407 | int acpi_unmap_lsapic(int cpu); |
408 | #endif /* CONFIG_ACPI_HOTPLUG_CPU */ | 408 | #endif /* CONFIG_ACPI_HOTPLUG_CPU */ |
409 | 409 | ||
410 | int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base); | ||
411 | int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base); | ||
412 | |||
410 | extern int acpi_mp_config; | 413 | extern int acpi_mp_config; |
411 | 414 | ||
412 | extern u32 pci_mmcfg_base_addr; | 415 | extern u32 pci_mmcfg_base_addr; |