hw_irq.h 141 B

12345678
  1. #ifndef __ASM_SH_HW_IRQ_H
  2. #define __ASM_SH_HW_IRQ_H
  3. #include <asm/atomic.h>
  4. extern atomic_t irq_err_count;
  5. #endif /* __ASM_SH_HW_IRQ_H */