Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
acpi.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#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ACPI_ACPI_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_ACPI_ACPI_H_
8
9#define ACPI_IRQ_DETECT 0xFFFFFFFU
10#define ACPI_IRQ_FLAG_DETECT 0xFFFFFFFU
11
12#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ACPI_ACPI_H_ */