mlx4: Implement memory windows allocation and deallocation
[cascardo/linux.git] / include / linux / signal.h
index e19a011..0a89ffc 100644 (file)
@@ -385,4 +385,7 @@ int unhandled_signal(struct task_struct *tsk, int sig);
 
 void signals_init(void);
 
+int restore_altstack(const stack_t __user *);
+int __save_altstack(stack_t __user *, unsigned long);
+
 #endif /* _LINUX_SIGNAL_H */