Made the memory backend, should somewhat work

This commit is contained in:
Godzil
2022-05-26 15:18:16 +01:00
parent 8fd7ab33fc
commit 52c1735ea1
7 changed files with 268 additions and 28 deletions

View File

@@ -15,4 +15,6 @@ typedef struct miniffs_t
void *memoryOffset;
} miniffs_t;
miniffs_t *miniffs_openfs(uintptr_t address); /***< Open a MiniFFS filesystem */
#endif /* MINIFFS_PLATFORM_MEMORY_H */