Rtwo/kernel/motorola/sm8550/arch/mips/include/asm/mmiowb.h
2025-09-30 19:22:48 -05:00

11 lines
197 B
C

/* 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 */