git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
10 lines
175 B
C
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__ */
|