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