Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
0d9ea75443dc7e37843e656b8ebc947a6d16d618
/
.
/
include
/
asm-sparc
/
irqflags.h
blob: c6402b187e23cca383976e3beacc6bafd8968919 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_IRQFLAGS_H
#define
___ASM_SPARC_IRQFLAGS_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/irqflags_64.h>
#else
#include
<asm-sparc/irqflags_32.h>
#endif
#endif