Storage: New Virtual Mount API for FATFS disk images

This commit is contained in:
Willy-JL
2024-02-20 03:17:54 +00:00
parent 49a9b1f2b2
commit fab29dbc6f
10 changed files with 321 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
extern "C" {
#endif
typedef enum { ST_EXT = 0, ST_INT = 1, ST_ANY, ST_ERROR } StorageType;
typedef enum { ST_EXT = 0, ST_INT = 1, ST_MNT = 2, ST_ANY, ST_ERROR } StorageType;
typedef struct StorageData StorageData;