Thomas Gleixner | 08dbd0f | 2019-05-29 07:12:41 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Richard Kuo | 499236d | 2011-10-31 18:54:08 -0500 | [diff] [blame] | 2 | /* |
Richard Kuo | e1858b2 | 2012-09-19 16:22:02 -0500 | [diff] [blame] | 3 | * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. |
Richard Kuo | 499236d | 2011-10-31 18:54:08 -0500 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _ASM_HEXAGON_VM_FAULT_H |
| 7 | #define _ASM_HEXAGON_VM_FAULT_H |
| 8 | |
| 9 | extern void execute_protection_fault(struct pt_regs *); |
| 10 | extern void write_protection_fault(struct pt_regs *); |
| 11 | extern void read_protection_fault(struct pt_regs *); |
| 12 | |
| 13 | #endif |