Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
b2f951aabc9cc7d5fb987aeec9aef96ccce618a5
/
.
/
include
/
asm-sparc
/
spinlock.h
blob: 3b71c50b72eb10c615dc6cd3ba481433bb5352c2 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_SPINLOCK_H
#define
___ASM_SPARC_SPINLOCK_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/spinlock_64.h>
#else
#include
<asm-sparc/spinlock_32.h>
#endif
#endif