Crinit -- Configurable Rootfs Init
minsetup.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
6 #ifndef __MINSETUP_H__
7 #define __MINSETUP_H__
8 
16 int crinitSetupSystemFs(void);
17 
26 int crinitForkZombieReaper(void);
27 
28 #endif /* __MINSETUP_H__ */
int crinitForkZombieReaper(void)
Definition: minsetup.c:17
int crinitSetupSystemFs(void)
Definition: minsetup.c:37