hw_irq.h 355 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
  4. */
  5. #ifndef __ASM_HW_IRQ_H
  6. #define __ASM_HW_IRQ_H
  7. #include <linux/atomic.h>
  8. extern atomic_t irq_err_count;
  9. /*
  10. * interrupt-retrigger: NOP for now. This may not be appropriate for all
  11. * machines, we'll see ...
  12. */
  13. #endif /* __ASM_HW_IRQ_H */