blob: 70ee6038390060a03dd84cbfa7e14ca249be1fd7 [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
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005#include <asm/tlbflush.h>
David Brazdil0f672f62019-12-10 10:32:29 +00006#include <asm-generic/cacheflush.h>
7#include <asm-generic/tlb.h>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00008
9#endif