cmvr-head-client/generated/file_service_common.h

48 lines
822 B
C
Raw Normal View History

2026-08-05 16:42:59 +08:00
/*
* 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_