Crinit -- Configurable Rootfs Init
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
28int 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