]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/x86/include/asm/arch-quark/irq.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / x86 / include / asm / arch-quark / irq.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
48cf8b83
BM
2/*
3 * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
48cf8b83
BM
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_ */