Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
frame_kern.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002 Jeff Dike ([email protected])
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