Files
Debian-9-Kernel/arch/m32r/include/asm/hardirq.h
T

10 lines
175 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#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__ */