summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-01-29 12:33:23 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-01-29 12:33:23 +0000
commit38bc30b0d62eadb904c320f7c0f5f2086b170ccc (patch)
tree19ecc261e1e5cf4b164931f857cf4b60c789a338 /firmware/drivers/fat.h
parentff4da18d1a42342917a62f6e0a904b2884c98ae1 (diff)
downloadrockbox-38bc30b0d62eadb904c320f7c0f5f2086b170ccc.tar.gz
rockbox-38bc30b0d62eadb904c320f7c0f5f2086b170ccc.zip
The dir code is now reentrant.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3184 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/fat.h')
-rw-r--r--firmware/drivers/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/fat.h b/firmware/drivers/fat.h
index 6a3e5cf967..ec71fceb05 100644
--- a/firmware/drivers/fat.h
+++ b/firmware/drivers/fat.h
@@ -64,6 +64,7 @@ struct fat_dir
64 unsigned int entrycount; 64 unsigned int entrycount;
65 int sector; 65 int sector;
66 struct fat_file file; 66 struct fat_file file;
67 unsigned char sectorcache[3][SECTOR_SIZE];
67}; 68};
68 69
69 70