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> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9 lines
116 B
C
9 lines
116 B
C
#ifndef __M68K_HARDIRQ_H
|
|
#define __M68K_HARDIRQ_H
|
|
|
|
#define HARDIRQ_BITS 8
|
|
|
|
#include <asm-generic/hardirq.h>
|
|
|
|
#endif
|