hw_irq.h 302 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ALPHA_HW_IRQ_H
  3. #define _ALPHA_HW_IRQ_H
  4. extern volatile unsigned long irq_err_count;
  5. DECLARE_PER_CPU(unsigned long, irq_pmi_count);
  6. #ifdef CONFIG_ALPHA_GENERIC
  7. #define ACTUAL_NR_IRQS alpha_mv.nr_irqs
  8. #else
  9. #define ACTUAL_NR_IRQS NR_IRQS
  10. #endif
  11. #endif