Crinit -- Configurable Rootfs Init
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
;
12
struct
crinitTaskDB
;
13
14
#define CRINIT_ELOSDEP_FEATURE_NAME "elos"
15
26
int
crinitElosdepTaskAdded
(
struct
crinitTask
*task);
27
39
int
crinitElosdepActivate
(
struct
crinitTaskDB
*taskDb,
bool
e);
40
41
#endif
/* __ELOSDEP_H__ */
crinitElosdepActivate
int crinitElosdepActivate(struct crinitTaskDB *taskDb, bool e)
Definition
elosdep.c:582
crinitElosdepTaskAdded
int crinitElosdepTaskAdded(struct crinitTask *task)
Definition
elosdep.c:424
crinitTaskDB
Definition
taskdb.h:29
crinitTask
Definition
task.h:86
inc
elosdep.h
Generated by
1.9.8