blob: d8ef4056c4066caba2cee4a2bee73486926943e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
/* Generated by the protocol buffer compiler. DO NOT EDIT! */
/* Generated from: StubI2CWriteBytesRequest.proto */
/* Do not generate deprecated warnings for self */
#ifndef PROTOBUF_C__NO_DEPRECATED
#define PROTOBUF_C__NO_DEPRECATED
#endif
#include "StubI2CWriteBytesRequest.pb-c.h"
void stub_i2_cwrite_bytes_request__init
(StubI2CWriteBytesRequest *message)
{
static const StubI2CWriteBytesRequest init_value = STUB_I2_CWRITE_BYTES_REQUEST__INIT;
*message = init_value;
}
size_t stub_i2_cwrite_bytes_request__get_packed_size
(const StubI2CWriteBytesRequest *message)
{
assert(message->base.descriptor == &stub_i2_cwrite_bytes_request__descriptor);
return protobuf_c_mess
|