Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
aacf8f189b03b3d3c2e577a6d4ef5872bf4d393f
/
.
/
tools
/
arch
/
sparc
/
include
/
asm
/
barrier.h
blob: 8c017b3b13911a25c170f814a061e622191ccdcd [
file
] [
log
] [
blame
]
#ifndef
___TOOLS_LINUX_ASM_SPARC_BARRIER_H
#define
___TOOLS_LINUX_ASM_SPARC_BARRIER_H
#if defined(__sparc__) && defined(__arch64__)
#include
"barrier_64.h"
#else
#include
"barrier_32.h"
#endif
#endif