Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
signal.h
Go to the documentation of this file.
1 #ifndef __ASM_SH_SIGNAL_H
2 #define __ASM_SH_SIGNAL_H
3 
4 #define SA_RESTORER 0x04000000
5 
6 #include <asm-generic/signal.h>
7 
8 struct old_sigaction {
11  unsigned long sa_flags;
12  void (*sa_restorer)(void);
13 };
14 
15 #endif /* __ASM_SH_SIGNAL_H */