Crinit -- Configurable Rootfs Init
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
_
a
b
c
d
e
f
k
l
m
n
r
s
t
u
w
Functions
_
c
m
s
Variables
b
c
d
f
l
n
r
s
Typedefs
c
Enumerations
Enumerator
c
e
Macros
_
a
c
d
e
k
l
m
s
t
u
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
elosdep.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
6
#ifndef __ELOSDEP_H__
7
#define __ELOSDEP_H__
8
9
#include <stdbool.h>
10
11
struct
crinitTask_t
;
12
struct
crinitTaskDB_t
;
13
14
#define CRINIT_ELOSDEP_FEATURE_NAME "elos"
15
24
int
crinitElosdepTaskAdded
(
struct
crinitTask_t
*task);
25
37
int
crinitElosdepActivate
(
struct
crinitTaskDB_t
*taskDb,
bool
e);
38
39
#endif
/* __ELOSDEP_H__ */
crinitElosdepTaskAdded
int crinitElosdepTaskAdded(struct crinitTask_t *task)
Definition
elosdep.c:345
crinitElosdepActivate
int crinitElosdepActivate(struct crinitTaskDB_t *taskDb, bool e)
Definition
elosdep.c:546
crinitTaskDB_t
Definition
taskdb.h:29
crinitTask_t
Definition
task.h:77
inc
elosdep.h
Generated by
1.9.8