Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
acpi_osal.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_ARCH_X86_INCLUDE_ACPI_OSAL_H_
8#define ZEPHYR_ARCH_X86_INCLUDE_ACPI_OSAL_H_
9
10#if defined(CONFIG_X86 || CONFIG_X86_64)
11#include <zephyr/acpi/x86_acpi_osal.h>
12#else
13#error "Currently only x86 Architecture support ACPI !!"
14#endif
15
16#endif /* ZEPHYR_ARCH_X86_INCLUDE_ACPI_OSAL_H_ */