Crinit -- Configurable Rootfs Init
mock-crinit-xfer.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
6 #ifndef __MOCK_BUILD_RTIM_CMD_H__
7 #define __MOCK_BUILD_RTIM_CMD_H__
8 
9 #include "rtimcmd.h"
10 
17 // NOLINTNEXTLINE(readability-identifier-naming) Rationale: Naming scheme fixed due to linker wrapping.
18 int __wrap_crinitXfer(const char *sockFile, crinitRtimCmd_t *res, const crinitRtimCmd_t *cmd);
19 
20 #endif /* __MOCK_BUILD_RTIM_CMD_H__ */
int __wrap_crinitXfer(const char *sockFile, crinitRtimCmd_t *res, const crinitRtimCmd_t *cmd)
Definition: mock-crinit-xfer.c:12
Header related to handling of runtime commands received via the notification/service interface.
Definition: rtimcmd.h:23