mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
10 lines
190 B
C
10 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
|