repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git]
/
arch
/
arm
/
kernel
/
signal.h
blob
cb076d30ab38b3e0a3df2811b5e5d8c6dd8bbd3f
1
#include <asm/ucontext.h>
2
3
struct
sigframe
{
4
struct
ucontext uc
;
5
unsigned long
retcode
[
4
];
6
};
7
8
struct
rt_sigframe
{
9
struct
siginfo info
;
10
struct
sigframe sig
;
11
};
12
13
extern
struct
page
*
get_signal_page
(
void
);