Crinit -- Configurable Rootfs Init
mock-set-info-stream.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
6 #ifndef __MOCK_SET_INFO_STREAM_H__
7 #define __MOCK_SET_INFO_STREAM_H__
8 
9 #include "logio.h"
10 
16 void __wrap_crinitSetInfoStream(FILE *stream); // NOLINT(readability-identifier-naming)
17  // Rationale: Naming scheme fixed due to linkerw
18  // wrapping.
19 
20 #endif /* __MOCK_SET_INFO_STREAM_H__ */
Header related to debug/log output.
void __wrap_crinitSetInfoStream(FILE *stream)
Definition: mock-set-info-stream.c:10