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
11struct crinitTask_t;
12struct crinitTaskDB_t;
13
14#define CRINIT_ELOSDEP_FEATURE_NAME "elos"
15
24int crinitElosdepTaskAdded(struct crinitTask_t *task);
25
37int crinitElosdepActivate(struct crinitTaskDB_t *taskDb, bool e);
38
39#endif /* __ELOSDEP_H__ */
int crinitElosdepTaskAdded(struct crinitTask_t *task)
Definition elosdep.c:345
int crinitElosdepActivate(struct crinitTaskDB_t *taskDb, bool e)
Definition elosdep.c:546
Definition taskdb.h:29
Definition task.h:77