repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ocfs2: avoid inode removal while nfsd is accessing it
[linux/fpc-iii.git]
/
include
/
asm-generic
/
mmiowb_types.h
blob
8eb0095655e78b889de38b9d12434145dc64d688
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_GENERIC_MMIOWB_TYPES_H
3
#define __ASM_GENERIC_MMIOWB_TYPES_H
4
5
#include <linux/types.h>
6
7
struct
mmiowb_state
{
8
u16 nesting_count
;
9
u16 mmiowb_pending
;
10
};
11
12
#endif
/* __ASM_GENERIC_MMIOWB_TYPES_H */