Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
frv
include
asm
signal.h
Go to the documentation of this file.
1
#ifndef _ASM_SIGNAL_H
2
#define _ASM_SIGNAL_H
3
4
#include <uapi/asm/signal.h>
5
6
struct
old_sigaction
{
7
__sighandler_t
sa_handler
;
8
old_sigset_t
sa_mask
;
9
unsigned
long
sa_flags
;
10
__sigrestore_t
sa_restorer
;
11
};
12
13
#endif
/* _ASM_SIGNAL_H */
Generated on Thu Jan 10 2013 12:50:31 for Linux Kernel by
1.8.2