repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 5.6.13
[linux/fpc-iii.git]
/
arch
/
hexagon
/
include
/
asm
/
tlb.h
blob
2c9390e7ca8ddee49161f57541014fa500a94846
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4
*/
5
6
#ifndef _ASM_TLB_H
7
#define _ASM_TLB_H
8
9
#include <linux/pagemap.h>
10
#include <asm/tlbflush.h>
11
12
#include <asm-generic/tlb.h>
13
14
#endif