Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
40364a40b68a26cc882df05f7cc7f0ad87aac935
/
.
/
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