RTEMS CPU Kit with SuperCore
4.11.2
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.2
ws-rtems
rtems-4.11.2
cpukit
score
include
rtems
score
cpuset.h
Go to the documentation of this file.
1
10
/*
11
* COPYRIGHT (c) 2014.
12
* On-Line Applications Research Corporation (OAR).
13
*
14
* The license and distribution terms for this file may be
15
* found in the file LICENSE in this distribution or at
16
* http://www.rtems.org/license/LICENSE.
17
*/
18
19
#ifndef _RTEMS_SCORE_CPUSET_H
20
#define _RTEMS_SCORE_CPUSET_H
21
22
#include <
rtems/score/basedefs.h
>
23
24
#ifdef __RTEMS_HAVE_SYS_CPUSET_H__
25
26
#include <sys/cpuset.h>
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
49
typedef
struct
{
51
size_t
setsize;
53
cpu_set_t preallocated;
55
cpu_set_t *
set
;
56
} CPU_set_Control;
57
60
#ifdef __cplusplus
61
}
62
#endif
63
64
#endif
/* __RTEMS_HAVE_SYS_CPUSET_H__ */
65
66
#endif
/* _RTEMS_SCORE_CPUSET_H */
67
/* end of include file */
basedefs.h
Basic Definitions.
Generated by
1.8.13