Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
dff243f7cb3a2ebbb09093066c1bc4a90ff5b3a4
/
.
/
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