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