48 lines
822 B
C
48 lines
822 B
C
|
|
/*
|
||
|
|
* Generated by erpcgen 1.14.0 on Tue Apr 28 12:16:37 2026.
|
||
|
|
*
|
||
|
|
* AUTOGENERATED - DO NOT EDIT
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
#if !defined(_file_service_common_h_)
|
||
|
|
#define _file_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_FILE_SERVICE)
|
||
|
|
#define ERPC_TYPE_DEFINITIONS_FILE_SERVICE
|
||
|
|
|
||
|
|
// Aliases data types declarations
|
||
|
|
typedef struct binary_t binary_t;
|
||
|
|
|
||
|
|
// Structures/unions data types declarations
|
||
|
|
struct binary_t
|
||
|
|
{
|
||
|
|
uint8_t * data;
|
||
|
|
uint32_t dataLength;
|
||
|
|
};
|
||
|
|
|
||
|
|
|
||
|
|
#endif // ERPC_TYPE_DEFINITIONS_FILE_SERVICE
|
||
|
|
|
||
|
|
#if defined(__cplusplus)
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // _file_service_common_h_
|