repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
sh
/
include
/
uapi
/
asm
/
signal.h
blob
cb96d02f55a43f4cd2b854f60579a10ccc10447b
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
#ifndef __KERNEL__
9
struct
old_sigaction
{
10
__sighandler_t sa_handler
;
11
old_sigset_t sa_mask
;
12
unsigned long
sa_flags
;
13
void
(*
sa_restorer
)(
void
);
14
};
15
#endif
16
17
#endif
/* __ASM_SH_SIGNAL_H */