mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-27 03:49:58 -07:00
Make all service memory structures OFW comaptible
This commit is contained in:
@@ -169,13 +169,14 @@ typedef struct {
|
||||
typedef struct {
|
||||
FS_Error (*const stat)(void* context, const char* path, FileInfo* fileinfo);
|
||||
FS_Error (*const remove)(void* context, const char* path);
|
||||
FS_Error (*const rename)(void* context, const char* old, const char* new);
|
||||
FS_Error (*const mkdir)(void* context, const char* path);
|
||||
FS_Error (*const fs_info)(
|
||||
void* context,
|
||||
const char* fs_path,
|
||||
uint64_t* total_space,
|
||||
uint64_t* free_space);
|
||||
|
||||
FS_Error (*const rename)(void* context, const char* old, const char* new);
|
||||
} FS_Common_Api;
|
||||
|
||||
/** Full filesystem api structure */
|
||||
|
||||
Reference in New Issue
Block a user