blob: ff9c62828962c511aa7e87c7932bdaa70d98539c [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __UM_TLB_H
3#define __UM_TLB_H
4
Olivier Deprez157378f2022-04-04 15:47:50 +02005#include <linux/mm.h>
6
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007#include <asm/tlbflush.h>
David Brazdil0f672f62019-12-10 10:32:29 +00008#include <asm-generic/cacheflush.h>
9#include <asm-generic/tlb.h>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000010
11#endif