android_kernel_cmhtcleo/arch/x86/mm/kmemcheck/pte.h

11 lines
190 B
C
Raw Permalink Normal View History

2010-08-27 09:19:57 +00:00
#ifndef ARCH__X86__MM__KMEMCHECK__PTE_H
#define ARCH__X86__MM__KMEMCHECK__PTE_H
#include <linux/mm.h>
#include <asm/pgtable.h>
pte_t *kmemcheck_pte_lookup(unsigned long address);
#endif