Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.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