summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/include/soc/irq.h
blob: 8d7b71f0367347ebc86da29cd4682935d0d2f290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_IRQ_H_
#define _SOC_IRQ_H_

#define GPIO_IRQ14 14
#define GPIO_IRQ15 15

#define PCH_IRQ10 10
#define PCH_IRQ11 11

#endif /* _SOC_IRQ_H_ */