Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b97f0291a2504291aef850077f98cab68a5a2f33
/
.
/
arch
/
m68k
/
include
/
asm
/
barrier.h
blob: 15c5f77c16142b1b42c15cdfc646e9d97bb8de11 [
file
] [
log
] [
blame
]
#ifndef
_M68K_BARRIER_H
#define
_M68K_BARRIER_H
#define
nop
()
do
{
asm
volatile
(
"nop"
);
barrier
();
}
while
(
0
)
#include
<asm-generic/barrier.h>
#endif
/* _M68K_BARRIER_H */