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