projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e434c
)
Merged from external project:
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Oct 2008 14:15:04 +0000
(14:15 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Oct 2008 14:15:04 +0000
(14:15 +0000)
**********
r22523 | batt | 2008-10-21 16:08:16 +0200(mar, 21 ott 2008) | 1 line
Add disk low level context.
**********
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1892
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/fs/battfs.h
patch
|
blob
|
history
diff --git
a/bertos/fs/battfs.h
b/bertos/fs/battfs.h
index 846027271b2a484c9f95c915a10bee5ab5828f00..8122330636a7c6379503a145a056967983494de0 100644
(file)
--- a/
bertos/fs/battfs.h
+++ b/
bertos/fs/battfs.h
@@
-183,6
+183,7
@@
typedef uint32_t disk_size_t; ///< Type for disk sizes.
*/
typedef struct BattFsSuper
{
+ void *disk_ctx; ///< Disk context used by disk access functions.
disk_open_t open; ///< Disk init.
disk_page_read_t read; ///< Page read.
disk_page_load_t load; ///< Page load.