11 lines
214 B
C
11 lines
214 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#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__ */
|