Input: wacom - support up to 2048 pressure levels with ISDv4
[linux-2.6/btrfs-unstable.git] / arch / x86 / mm / kmemcheck / pte.h
blob9f5966456492fa771162a8385fd51f86d454f668
1 #ifndef ARCH__X86__MM__KMEMCHECK__PTE_H
2 #define ARCH__X86__MM__KMEMCHECK__PTE_H
4 #include <linux/mm.h>
6 #include <asm/pgtable.h>
8 pte_t *kmemcheck_pte_lookup(unsigned long address);
10 #endif