mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
45d80eea87
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
|