1 #ifndef _ASM_RISCV_FENCE_H
2 #define _ASM_RISCV_FENCE_H
5 #define RISCV_ACQUIRE_BARRIER "\tfence r , rw\n"
6 #define RISCV_RELEASE_BARRIER "\tfence rw, w\n"
8 #define RISCV_ACQUIRE_BARRIER
9 #define RISCV_RELEASE_BARRIER
12 #endif /* _ASM_RISCV_FENCE_H */