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