Flipper Developer Docs
Loading...
Searching...
No Matches
storage_processing.h
1
#pragma once
2
#include <furi.h>
3
#include "
storage.h
"
4
#include "storage_i.h"
5
#include "storage_message.h"
6
#include "storage_glue.h"
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
void
storage_process_message(
Storage
* app,
StorageMessage
* message);
13
14
#ifdef __cplusplus
15
}
16
#endif
storage.h
APIs for working with storages, directories and files.
Storage
Definition
storage_i.h:23
StorageMessage
Definition
storage_message.h:156
applications
services
storage
storage_processing.h
Generated by
1.12.0