mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 20:28:59 +00:00
This commit is about platform it8xxx2 interrupt. The interrupt irqs should reference the datasheet. Signed-off-by: Cheryl Su <cheryl.su@ite.com.tw>
13 lines
237 B
C
13 lines
237 B
C
/*
|
|
* Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef INTC_ITE_IT8XXX2
|
|
#define INTC_ITE_IT8XXX2
|
|
|
|
#include <dt-bindings/irq.h>
|
|
#include <soc.h>
|
|
|
|
#endif /* INTC_ITE_IT8XXX2 */
|