mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-07 11:17:56 +07: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
|