![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _ALPHA_HW_IRQ_H 0003 #define _ALPHA_HW_IRQ_H 0004 0005 0006 extern volatile unsigned long irq_err_count; 0007 DECLARE_PER_CPU(unsigned long, irq_pmi_count); 0008 0009 #ifdef CONFIG_ALPHA_GENERIC 0010 #define ACTUAL_NR_IRQS alpha_mv.nr_irqs 0011 #else 0012 #define ACTUAL_NR_IRQS NR_IRQS 0013 #endif 0014 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |