summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/include/soc/irq.h
blob: ad7029014872a2893c5c281079c2a30f67ea3b31 (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_ */