]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/um/include/shared/frame_kern.h
Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[karo-tx-linux.git] / arch / um / include / shared / frame_kern.h
1 /* 
2  * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __FRAME_KERN_H_
7 #define __FRAME_KERN_H_
8
9 extern int setup_signal_stack_sc(unsigned long stack_top, int sig, 
10                                  struct k_sigaction *ka,
11                                  struct pt_regs *regs, 
12                                  sigset_t *mask);
13 extern int setup_signal_stack_si(unsigned long stack_top, int sig, 
14                                  struct k_sigaction *ka,
15                                  struct pt_regs *regs, siginfo_t *info, 
16                                  sigset_t *mask);
17
18 #endif
19