mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
190 B
C
11 lines
190 B
C
![]() |
#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
|