mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-06 03:55:37 +00:00

Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
197 B
C
10 lines
197 B
C
#ifndef __ASM_SH_HARDIRQ_H
|
|
#define __ASM_SH_HARDIRQ_H
|
|
|
|
extern void ack_bad_irq(unsigned int irq);
|
|
#define ack_bad_irq ack_bad_irq
|
|
|
|
#include <asm-generic/hardirq.h>
|
|
|
|
#endif /* __ASM_SH_HARDIRQ_H */
|