mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 04:55:27 +07: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
|