]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - arch/arm64/include/asm/traps.h
arm64/sve: Core task context handling
[thirdparty/kernel/stable.git] / arch / arm64 / include / asm / traps.h
index 45e3da34bdc4ee4da21e5d31eb6a03fc59bf5a95..1696f9de9359e9c7ab40aa4243fae109b4ff2e24 100644 (file)
@@ -34,6 +34,8 @@ struct undef_hook {
 
 void register_undef_hook(struct undef_hook *hook);
 void unregister_undef_hook(struct undef_hook *hook);
+void force_signal_inject(int signal, int code, struct pt_regs *regs,
+                        unsigned long address);
 
 void arm64_notify_segfault(struct pt_regs *regs, unsigned long addr);