flipperzero-firmware/assets/compiled/storage.pb.c
Nikolay Minaylov d635890342
[FL-2297, FL-2289] Power info command, Validator fixes (#1097)
* Power info command, validator fixes
* strdup in validator, fix memory leak
* furi_hal_crypto fixed again
* FuriHal: limit ARR and CC in speaker hal
* FuriHal: LL_TIM_DisableAllOutputs in speaker stop
* Rpc: fix memory leak in screen streaming
* Get rid of crypto_enable/crypto_disable

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-04-07 18:00:45 +03:00

62 lines
1.3 KiB
C

/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5 */
#include "storage.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(PB_Storage_File, PB_Storage_File, AUTO)
PB_BIND(PB_Storage_InfoRequest, PB_Storage_InfoRequest, AUTO)
PB_BIND(PB_Storage_InfoResponse, PB_Storage_InfoResponse, AUTO)
PB_BIND(PB_Storage_StatRequest, PB_Storage_StatRequest, AUTO)
PB_BIND(PB_Storage_StatResponse, PB_Storage_StatResponse, AUTO)
PB_BIND(PB_Storage_ListRequest, PB_Storage_ListRequest, AUTO)
PB_BIND(PB_Storage_ListResponse, PB_Storage_ListResponse, AUTO)
PB_BIND(PB_Storage_ReadRequest, PB_Storage_ReadRequest, AUTO)
PB_BIND(PB_Storage_ReadResponse, PB_Storage_ReadResponse, AUTO)
PB_BIND(PB_Storage_WriteRequest, PB_Storage_WriteRequest, AUTO)
PB_BIND(PB_Storage_DeleteRequest, PB_Storage_DeleteRequest, AUTO)
PB_BIND(PB_Storage_MkdirRequest, PB_Storage_MkdirRequest, AUTO)
PB_BIND(PB_Storage_Md5sumRequest, PB_Storage_Md5sumRequest, AUTO)
PB_BIND(PB_Storage_Md5sumResponse, PB_Storage_Md5sumResponse, AUTO)
PB_BIND(PB_Storage_RenameRequest, PB_Storage_RenameRequest, AUTO)
PB_BIND(PB_Storage_BackupCreateRequest, PB_Storage_BackupCreateRequest, AUTO)
PB_BIND(PB_Storage_BackupRestoreRequest, PB_Storage_BackupRestoreRequest, AUTO)