/* * Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd. * * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_INCLUDE_DRIVERS_ESP_INTR_ALLOC_H__ #define ZEPHYR_INCLUDE_DRIVERS_ESP_INTR_ALLOC_H__ #include #include #include /* * Interrupt allocation flags - These flags can be used to specify * which interrupt qualities the code calling esp_intr_alloc* needs. */ /* Keep the LEVELx values as they are here; they match up with (1<