mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
9 lines
175 B
C
9 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__ */
|