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