37 lines
627 B
C
37 lines
627 B
C
|
|
/*
|
||
|
|
* Generated by erpcgen 1.14.0 on Wed Dec 24 14:07:39 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
|
||
|
|
|
||
|
|
#endif // ERPC_TYPE_DEFINITIONS_ERPCSHIM
|
||
|
|
|
||
|
|
#if defined(__cplusplus)
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // _head_service_common_h_
|