Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
7a8e6bbf8593a9395dd6c61f7c5f421570600017
/
.
/
arch
/
sparc
/
include
/
asm
/
irq.h
blob: 3b44a6a140747d91837a415496d4b3a065b02abe [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_IRQ_H
#define
___ASM_SPARC_IRQ_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/irq_64.h>
#else
#include
<asm/irq_32.h>
#endif
#endif