xref: /linux/arch/riscv/include/asm/tlbbatch.h (revision 23c996fc2bc1978a02c64eddb90b4ab5d309c8df)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2023 Rivos Inc.
4  */
5 
6 #ifndef _ASM_RISCV_TLBBATCH_H
7 #define _ASM_RISCV_TLBBATCH_H
8 
9 #include <linux/cpumask.h>
10 
11 struct arch_tlbflush_unmap_batch {
12 	struct cpumask cpumask;
13 };
14 
15 #endif /* _ASM_RISCV_TLBBATCH_H */
16