hw_irq.h 141 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3
#ifndef __ASM_SH_HW_IRQ_H
#define __ASM_SH_HW_IRQ_H

P
Paul Mundt 已提交
4 5 6 7
#include <asm/atomic.h>

extern atomic_t irq_err_count;

L
Linus Torvalds 已提交
8
#endif /* __ASM_SH_HW_IRQ_H */