Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
minsetup.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __MINSETUP_H__
7#define __MINSETUP_H__
8
18int crinitMountDevtmpfs(void);
19
27int crinitSetupSystemFs(void);
28
38
39#endif /* __MINSETUP_H__ */
int crinitForkZombieReaper(void)
Definition minsetup.c:17
int crinitMountDevtmpfs(void)
Definition minsetup.c:37
int crinitSetupSystemFs(void)
Definition minsetup.c:58