]> Git Repo - linux.git/blob - include/asm-generic/mmiowb_types.h
netfilter: conntrack: Use consistent ct id hash calculation
[linux.git] / include / asm-generic / mmiowb_types.h
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 */
This page took 0.031937 seconds and 4 git commands to generate.