summaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx/include/soc/irq.h
blob: 726d332e3df249e2b3c8faa2e5d41298fdcd5b6c (plain)
1
2
3
4
5
6
7
8
9
10
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef _SOC_IRQ_H_
#define _SOC_IRQ_H_

#define PCH_IRQ10          10
#define PCH_IRQ11          11

#endif /* _SOC_IRQ_H_ */