mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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
|