xref: /haiku/headers/private/kernel/boot/platform/efi/arch_acpi.h (revision 8a5fc3866a981b0b9cb7b6bd7c207c3bfe0ad460)
1 /*
2  * Copyright 2021 Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef KERNEL_BOOT_PLATFORM_EFI_ARCH_ACPI_H
6 #define KERNEL_BOOT_PLATFORM_EFI_ARCH_ACPI_H
7 
8 
9 #include <SupportDefs.h>
10 
11 
12 void arch_handle_acpi(void);
13 
14 
15 #endif /* KERNEL_BOOT_PLATFORM_EFI_ARCH_ACPI_H */
16