diff options
author | Joern Engel <joern@wh.fh-wedel.de> | 2006-05-23 19:53:16 +0200 |
---|---|---|
committer | Joern Engel <joern@wh.fh-wedel.de> | 2006-05-23 19:53:16 +0200 |
commit | c712b2344e47101df11f46997508bf96b9f4e24e (patch) | |
tree | eb7ae86d894680649cab648a9953992b6d5f6516 /include/mtd/mtd-abi.h | |
parent | 2e987daadc3363f4162942c9ae3973da5d031ea3 (diff) |
s/oobblock/writesize/g
Follow the kernel in the rename.
Signed-off-by: Joern Engel <joern@wh.fh-wedel.de>
Diffstat (limited to 'include/mtd/mtd-abi.h')
-rw-r--r-- | include/mtd/mtd-abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h index fa25241..5097056 100644 --- a/include/mtd/mtd-abi.h +++ b/include/mtd/mtd-abi.h @@ -65,7 +65,7 @@ struct mtd_info_user { uint32_t flags; uint32_t size; // Total size of the MTD uint32_t erasesize; - uint32_t oobblock; // Size of OOB blocks (e.g. 512) + uint32_t writesize; uint32_t oobsize; // Amount of OOB data per block (e.g. 16) uint32_t ecctype; uint32_t eccsize; |