From 38bc30b0d62eadb904c320f7c0f5f2086b170ccc Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 29 Jan 2003 12:33:23 +0000 Subject: The dir code is now reentrant. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3184 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/fat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/drivers/fat.h') 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 unsigned int entrycount; int sector; struct fat_file file; + unsigned char sectorcache[3][SECTOR_SIZE]; }; -- cgit v1.2.3