GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / 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