RPMsg inter-partition messaging
1
2
3#ifndef Rpmsg_endpoint_info_ExternalAPI_H
4#define Rpmsg_endpoint_info_ExternalAPI_H
5
6#if defined(__cplusplus)
7extern "C" {
8#endif
9
10#include "EverParse.h"
11#include "Rpmsg_endpoint_info_ExternalTypedefs.h"
12
13extern void RpmsgEndpointInfoSetBytes(WIRECTX *ctx, uint32_t idx, uint32_t v);
14
15extern void RpmsgEndpointInfoSetU32(WIRECTX *ctx, uint32_t idx, uint32_t v);
16
17#if defined(__cplusplus)
18}
19#endif
20
21#define Rpmsg_endpoint_info_ExternalAPI_H_DEFINED
22#endif /* Rpmsg_endpoint_info_ExternalAPI_H */