aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mmiowb.h
blob: a40824e3ef8e342c80590d4b6a6b79f72a3570ee (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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 */