123456789101112131415161718192021222324252627 |
- #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
|