kernel_samsung_a53x/arch/mips/include/asm/mmiowb.h
2024-06-15 16:02:09 -03:00

11 lines
197 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_MMIOWB_H
#define _ASM_MMIOWB_H
#include <asm/io.h>
#define mmiowb() iobarrier_w()
#include <asm-generic/mmiowb.h>
#endif /* _ASM_MMIOWB_H */