summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include/asm/vm_fault.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/hexagon/include/asm/vm_fault.h')
-rw-r--r--arch/hexagon/include/asm/vm_fault.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/hexagon/include/asm/vm_fault.h b/arch/hexagon/include/asm/vm_fault.h
new file mode 100644
index 000000000..27842ef1d
--- /dev/null
+++ b/arch/hexagon/include/asm/vm_fault.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
+ */
+
+#ifndef _ASM_HEXAGON_VM_FAULT_H
+#define _ASM_HEXAGON_VM_FAULT_H
+
+extern void execute_protection_fault(struct pt_regs *);
+extern void write_protection_fault(struct pt_regs *);
+extern void read_protection_fault(struct pt_regs *);
+
+#endif