ckfwq/linux-3.0.4/arch/x86/mm/kmemcheck/pte.h

11 lines
190 B
C
Raw Permalink Normal View History

2024-12-30 10:53:50 +08: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