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
12void arch_handle_acpi(void);
13
14
15#endif /* KERNEL_BOOT_PLATFORM_EFI_ARCH_ACPI_H */
16