Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'emubd/lfs_emubd.h')
-rw-r--r--emubd/lfs_emubd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/emubd/lfs_emubd.h b/emubd/lfs_emubd.h
index 0fd4387..64afa3e 100644
--- a/emubd/lfs_emubd.h
+++ b/emubd/lfs_emubd.h
@@ -46,6 +46,10 @@ typedef struct lfs_emubd {
} stats;
struct {
+ lfs_block_t blocks[4];
+ } history;
+
+ struct {
uint32_t read_size;
uint32_t prog_size;
uint32_t block_size;