dt-bindings: nintendo-otp: Document the Wii and Wii U OTP support
[linux-2.6-microblaze.git] / arch / um / include / shared / frame_kern.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* 
3  * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
4  */
5
6 #ifndef __FRAME_KERN_H_
7 #define __FRAME_KERN_H_
8
9 extern int setup_signal_stack_sc(unsigned long stack_top, struct ksignal *ksig,
10                                  struct pt_regs *regs, sigset_t *mask);
11 extern int setup_signal_stack_si(unsigned long stack_top, struct ksignal *ksig,
12                                  struct pt_regs *regs, sigset_t *mask);
13
14 #endif
15