zephyr/drivers/interrupt_controller/intc_ite_it8xxx2.h
Cheryl Su 362eb1cdff drivers/interrupt: it8xxx2 driver interrupt-control
This commit is about platform it8xxx2 interrupt.
The interrupt irqs should reference the datasheet.

Signed-off-by: Cheryl Su <cheryl.su@ite.com.tw>
2020-12-16 08:47:36 -05:00

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 */