RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
posix
include
rtems
posix
psignal.h
Go to the documentation of this file.
1
9
/*
10
* COPYRIGHT (c) 1989-2011.
11
* On-Line Applications Research Corporation (OAR).
12
*
13
* The license and distribution terms for this file may be
14
* found in the file LICENSE in this distribution or at
15
* http://www.rtems.org/license/LICENSE.
16
*/
17
18
#ifndef _RTEMS_POSIX_PSIGNAL_H
19
#define _RTEMS_POSIX_PSIGNAL_H
20
21
#include <sys/signal.h>
22
23
#include <
rtems/score/chain.h
>
24
25
/*
26
* POSIX internal siginfo structure
27
*/
28
29
typedef
struct
{
30
Chain_Node
Node;
31
siginfo_t Info;
32
}
POSIX_signals_Siginfo_node
;
33
34
#endif
35
/* end of file */
Chain_Node_struct
This is used to manage each element (node) which is placed on a chain.
Definition:
chain.h:65
chain.h
Chain Handler API.
POSIX_signals_Siginfo_node
Definition:
psignal.h:29
Generated by
1.8.13