xref: /haiku/headers/private/kernel/boot/platform/efi/arch_acpi.h (revision 082d1bcdcfd287f6cec3d81b83f204b4ded2a718)
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