projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7922390
)
Reformat.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 10 Dec 2007 16:37:26 +0000
(16:37 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 10 Dec 2007 16:37:26 +0000
(16:37 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1034
38d2e660
-2303-0410-9eaa-
f027e97ec537
fs/battfs.h
patch
|
blob
|
history
diff --git
a/fs/battfs.h
b/fs/battfs.h
index ff49eaa89014a554c1978e05eda70bea95c0497c..640465d8c73b88aabd060681b0eda70b616de518 100644
(file)
--- a/
fs/battfs.h
+++ b/
fs/battfs.h
@@
-75,6
+75,9
@@
typedef struct BattFsPageHeader
*/
fcs_t fcs;
} BattFsPageHeader;
+/* Ensure structure has no padding added */
+STATIC_ASSERT(sizeof(BattFsPageHeader) == 12);
+
/**
* Mark for valid pages.
@@
-92,9
+95,6
@@
typedef struct BattFsPageHeader
*/
#define BATTFS_FREE_INODE (BATTFS_MAX_FILES - 1)
-/* Ensure structure has no padding added */
-STATIC_ASSERT(sizeof(BattFsPageHeader) == 12);
-
/* Fwd decl */
struct BattFsSuper;