]> Git Repo - linux.git/blob - arch/mips/include/asm/mmiowb.h
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[linux.git] / arch / mips / include / asm / mmiowb.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_MMIOWB_H
3 #define _ASM_MMIOWB_H
4
5 #include <asm/io.h>
6
7 #define mmiowb()        iobarrier_w()
8
9 #include <asm-generic/mmiowb.h>
10
11 #endif  /* _ASM_MMIOWB_H */
This page took 0.029684 seconds and 4 git commands to generate.