Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-destroy-rtim-cmd.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __MOCK_DESTROY_RTIM_CMD_H__
7#define __MOCK_DESTROY_RTIM_CMD_H__
8
9#include "rtimcmd.h"
10
17int __wrap_crinitDestroyRtimCmd(crinitRtimCmd_t *c); // NOLINT(readability-identifier-naming)
18 // Rationale: Naming scheme fixed due to linker wrapping.
19
20#endif /* __MOCK_DESTROY_RTIM_CMD_H__ */
int __wrap_crinitDestroyRtimCmd(crinitRtimCmd_t *c)
Definition mock-destroy-rtim-cmd.c:12
Header related to handling of runtime commands received via the notification/service interface.
Definition rtimcmd.h:23