Crinit -- Configurable Rootfs Init
mock-build-rtim-cmd.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.
19 
20 #endif /* __MOCK_BUILD_RTIM_CMD_H__ */
int __wrap_crinitBuildRtimCmd(crinitRtimCmd_t *c, crinitRtimOp_t op, int argc,...)
Definition: mock-build-rtim-cmd.c:14
Header related to handling of runtime commands received via the notification/service interface.
crinitRtimOp_t
Definition: rtimopmap.h:31
Definition: rtimcmd.h:23