Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4544
b: refs/heads/master
c: 65c6e0a
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed May 23, 2005
1 parent 3248091 commit 6aba5ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8557fd51c22e4c2109f062decd19de439061ceae
refs/heads/master: 65c6e0a657012d104fe42be5f01a7b9b451b687c
4 changes: 2 additions & 2 deletions trunk/include/linux/mtd/mtd.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $Id: mtd.h,v 1.58 2005/04/01 01:59:54 nico Exp $
* $Id: mtd.h,v 1.59 2005/04/11 10:19:02 gleixner Exp $
*
* Copyright (C) 1999-2003 David Woodhouse <dwmw2@infradead.org> et al.
*
Expand Down Expand Up @@ -70,7 +70,6 @@ struct mtd_info {

u_int32_t oobblock; // Size of OOB blocks (e.g. 512)
u_int32_t oobsize; // Amount of OOB data per block (e.g. 16)
u_int32_t oobavail; // Number of bytes in OOB area available for fs
u_int32_t ecctype;
u_int32_t eccsize;

Expand All @@ -81,6 +80,7 @@ struct mtd_info {

// oobinfo is a nand_oobinfo structure, which can be set by iotcl (MEMSETOOBINFO)
struct nand_oobinfo oobinfo;
u_int32_t oobavail; // Number of bytes in OOB area available for fs

/* Data for variable erase regions. If numeraseregions is zero,
* it means that the whole device has erasesize as given above.
Expand Down

0 comments on commit 6aba5ea

Please sign in to comment.