Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/linux-6.18.y
/
.
/
arch
/
openrisc
/
include
/
asm
/
barrier.h
blob: 8e592c99090235423a9f4c9149da9822918afb13 [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__ASM_BARRIER_H
#define
__ASM_BARRIER_H
#define
mb
()
asm
volatile
(
"l.msync"
:::
"memory"
)
#define
nop
()
asm
volatile
(
"l.nop"
)
#include
<asm-generic/barrier.h>
#endif
/* __ASM_BARRIER_H */