cmvr_head/applications/erpc/proto/generated/head_service_common.h

48 lines
835 B
C

/*
* Generated by erpcgen 1.14.0 on Wed Dec 31 16:10:10 2025.
*
* AUTOGENERATED - DO NOT EDIT
*/
#if !defined(_head_service_common_h_)
#define _head_service_common_h_
#if defined(__cplusplus)
extern "C"
{
#endif
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "erpc_version.h"
#if 11400 != ERPC_VERSION_NUMBER
#error "The generated shim code version is different to the rest of eRPC code."
#endif
#if !defined(ERPC_TYPE_DEFINITIONS_ERPCSHIM)
#define ERPC_TYPE_DEFINITIONS_ERPCSHIM
// Aliases data types declarations
typedef struct list_int32_1_t list_int32_1_t;
// Structures/unions data types declarations
struct list_int32_1_t
{
int32_t * elements;
uint32_t elementsCount;
};
#endif // ERPC_TYPE_DEFINITIONS_ERPCSHIM
#if defined(__cplusplus)
}
#endif
#endif // _head_service_common_h_