Files
Debian-9-Kernel/arch/m32r/include/asm/hardirq.h
T
2023-05-02 09:58:35 +02:00

10 lines
175 B
C

#ifdef __KERNEL__
#ifndef __ASM_HARDIRQ_H
#define __ASM_HARDIRQ_H
#include <asm/irq.h>
#include <asm-generic/hardirq.h>
#endif /* __ASM_HARDIRQ_H */
#endif /* __KERNEL__ */