Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-glob-opt-set-boolean.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __MOCK_GLOBOPT_SET_H__
7#define __MOCK_GLOBOPT_SET_H__
8
9#include "globopt.h"
10
17int __wrap_crinitGlobOptSetBoolean(size_t memberOffset, bool val); // NOLINT(readability-identifier-naming)
18 // Rationale: Naming scheme fixed due to linker
19 // wrapping.
20
21#endif /* __MOCK_GLOBOPT_SET_H__ */
Header related to global option storage.
int __wrap_crinitGlobOptSetBoolean(size_t memberOffset, bool val)
Definition mock-glob-opt-set-boolean.c:10