RPMsg inter-partition messaging
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

oci: rename test_ functions in interop test (merlint E330)

+1 -1
+1 -1
c/rpmsg_endpoint_info.3d
··· 7 7 entrypoint 8 8 typedef struct _rpmsg_endpoint_info(mutable WireCtx *ctx) 9 9 { 10 - UINT8 name[:byte-size 32] {:on-success WireSetBytes(ctx, (UINT32) 0, (UINT32) field_pos); return true; }; 10 + UINT8 name[:byte-size 32] {:on-success WireSetBytes(ctx, (UINT32) 0, (UINT32) 0); return true; }; 11 11 UINT32 src {:on-success WireSetU32(ctx, (UINT32) 1, src); return true; }; 12 12 UINT32 dst {:on-success WireSetU32(ctx, (UINT32) 2, dst); return true; }; 13 13 } rpmsg_endpoint_info;