summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/ptdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/include/asm/ptdump.h')
-rw-r--r--arch/riscv/include/asm/ptdump.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/ptdump.h b/arch/riscv/include/asm/ptdump.h
new file mode 100644
index 000000000000..e29af7191909
--- /dev/null
+++ b/arch/riscv/include/asm/ptdump.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (C) 2019 SiFive
+ */
+
+#ifndef _ASM_RISCV_PTDUMP_H
+#define _ASM_RISCV_PTDUMP_H
+
+void ptdump_check_wx(void);
+
+#endif /* _ASM_RISCV_PTDUMP_H */