blob: 27842ef1dd2e1e4e08eae0af8bdeee1936ace48e [file] [log] [blame]
Thomas Gleixner08dbd0f2019-05-29 07:12:41 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Richard Kuo499236d2011-10-31 18:54:08 -05002/*
Richard Kuoe1858b22012-09-19 16:22:02 -05003 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
Richard Kuo499236d2011-10-31 18:54:08 -05004 */
5
6#ifndef _ASM_HEXAGON_VM_FAULT_H
7#define _ASM_HEXAGON_VM_FAULT_H
8
9extern void execute_protection_fault(struct pt_regs *);
10extern void write_protection_fault(struct pt_regs *);
11extern void read_protection_fault(struct pt_regs *);
12
13#endif