Crinit -- Configurable Rootfs Init
sockcom.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
6 #ifndef __SOCKCOM_H__
7 #define __SOCKCOM_H__
8 
9 #include "rtimcmd.h"
10 
28 int crinitXfer(const char *sockFile, crinitRtimCmd_t *res, const crinitRtimCmd_t *cmd);
29 
30 #endif /* __SOCKCOM_H__ */
Header related to handling of runtime commands received via the notification/service interface.
int crinitXfer(const char *sockFile, crinitRtimCmd_t *res, const crinitRtimCmd_t *cmd)
Definition: sockcom.c:66
Definition: rtimcmd.h:23