about summary refs log tree commit diff
path: root/arch/mips64/ksigaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/ksigaction.h')
-rw-r--r--arch/mips64/ksigaction.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips64/ksigaction.h b/arch/mips64/ksigaction.h
new file mode 100644
index 00000000..55ba18ea
--- /dev/null
+++ b/arch/mips64/ksigaction.h
@@ -0,0 +1,8 @@
+struct k_sigaction {
+	unsigned flags;
+	void (*handler)(int);
+	unsigned long mask[2];
+	void (*restorer)();
+};
+
+void __restore(), __restore_rt();