Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __UM_TLB_H
0003 #define __UM_TLB_H
0004 
0005 #include <linux/mm.h>
0006 
0007 #include <asm/tlbflush.h>
0008 #include <asm/cacheflush.h>
0009 #include <asm-generic/tlb.h>
0010 
0011 #endif