aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/kmemcheck/pte.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/kmemcheck/pte.h')
-rw-r--r--arch/x86/mm/kmemcheck/pte.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/mm/kmemcheck/pte.h b/arch/x86/mm/kmemcheck/pte.h
new file mode 100644
index 000000000000..9f5966456492
--- /dev/null
+++ b/arch/x86/mm/kmemcheck/pte.h
@@ -0,0 +1,10 @@
1#ifndef ARCH__X86__MM__KMEMCHECK__PTE_H
2#define ARCH__X86__MM__KMEMCHECK__PTE_H
3
4#include <linux/mm.h>
5
6#include <asm/pgtable.h>
7
8pte_t *kmemcheck_pte_lookup(unsigned long address);
9
10#endif