aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ptdump.h')
-rw-r--r--include/linux/ptdump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ptdump.h b/include/linux/ptdump.h
index a67065c403c3..ac01502763bf 100644
--- a/include/linux/ptdump.h
+++ b/include/linux/ptdump.h
@@ -14,6 +14,7 @@ struct ptdump_state {
/* level is 0:PGD to 4:PTE, or -1 if unknown */
void (*note_page)(struct ptdump_state *st, unsigned long addr,
int level, unsigned long val);
+ void (*effective_prot)(struct ptdump_state *st, int level, u64 val);
const struct ptdump_range *range;
};