repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git]
/
arch
/
mips
/
include
/
asm
/
mmiowb.h
blob
cf27752fd2202aff03aab4f1607fe85edc0e2a9a
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_MMIOWB_H
3
#define _ASM_MMIOWB_H
4
5
#include <asm/barrier.h>
6
7
#define mmiowb() wmb()
8
9
#include <asm-generic/mmiowb.h>
10
11
#endif
/* _ASM_MMIOWB_H */