1 #ifndef __ASM_ARM64_TRAPS__
2 #define __ASM_ARM64_TRAPS__
3 
4 void inject_undef64_exception(struct cpu_user_regs *regs, int instr_len);
5 
6 void do_sysreg(struct cpu_user_regs *regs,
7                const union hsr hsr);
8 
9 #endif /* __ASM_ARM64_TRAPS__ */
10 /*
11  * Local variables:
12  * mode: C
13  * c-file-style: "BSD"
14  * c-basic-offset: 4
15  * indent-tabs-mode: nil
16  * End:
17  */
18 
19