]> Git Repo - linux.git/blob - arch/riscv/include/asm/tlbbatch.h
Linux 6.14-rc3
[linux.git] / arch / riscv / include / asm / tlbbatch.h
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 */
This page took 0.031478 seconds and 4 git commands to generate.