Line data Source code
1 0 : /* 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_ */