]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/alpha/include/asm/hw_irq.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / alpha / include / asm / hw_irq.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _ALPHA_HW_IRQ_H
3#define _ALPHA_HW_IRQ_H
4
1da177e4 5
1da177e4 6extern volatile unsigned long irq_err_count;
65d92064 7DECLARE_PER_CPU(unsigned long, irq_pmi_count);
1da177e4
LT
8
9#ifdef CONFIG_ALPHA_GENERIC
10#define ACTUAL_NR_IRQS alpha_mv.nr_irqs
11#else
12#define ACTUAL_NR_IRQS NR_IRQS
13#endif
14
15#endif