We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 079558d + d08a1e2 commit 459ccd2Copy full SHA for 459ccd2
1 file changed
test/cmocka/src/lib/alloc/mock.c
@@ -66,6 +66,23 @@ void _trace_event_mbox_atomic1(uint32_t log_entry, uint32_t param)
66
(void)param;
67
}
68
69
+void _trace_event_mbox_atomic2(uint32_t log_entry, uint32_t param1,
70
+ uint32_t param2)
71
+{
72
+ (void)log_entry;
73
+ (void)param1;
74
+ (void)param2;
75
+}
76
+
77
+void _trace_event_mbox_atomic3(uint32_t log_entry, uint32_t param1,
78
+ uint32_t param2, uint32_t param3)
79
80
81
82
83
+ (void)param3;
84
85
86
void trace_flush(void)
87
{
88
0 commit comments