xref: /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/vm_fault.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-only */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4*4882a593Smuzhiyun  */
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun #ifndef _ASM_HEXAGON_VM_FAULT_H
7*4882a593Smuzhiyun #define _ASM_HEXAGON_VM_FAULT_H
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun extern void execute_protection_fault(struct pt_regs *);
10*4882a593Smuzhiyun extern void write_protection_fault(struct pt_regs *);
11*4882a593Smuzhiyun extern void read_protection_fault(struct pt_regs *);
12*4882a593Smuzhiyun 
13*4882a593Smuzhiyun #endif
14