1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
4 */
5
6#ifndef _QUARK_IRQ_H_
7#define _QUARK_IRQ_H_
8
9#define PIRQA_APIC_IRQ	16
10#define PIRQB_APIC_IRQ	17
11#define PIRQC_APIC_IRQ	18
12#define PIRQD_APIC_IRQ	19
13#define PIRQE_APIC_IRQ	20
14#define PIRQF_APIC_IRQ	21
15#define PIRQG_APIC_IRQ	22
16#define PIRQH_APIC_IRQ	23
17
18#endif /* _QUARK_IRQ_H_ */
19