summaryrefslogtreecommitdiff
path: root/src/flash/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand.h')
-rw-r--r--src/flash/nand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nand.h b/src/flash/nand.h
index ce7ed9df..922f08a9 100644
--- a/src/flash/nand.h
+++ b/src/flash/nand.h
@@ -66,12 +66,12 @@ struct nand_oobfree {
int length;
};
-typedef struct nand_ecclayout_s {
+struct nand_ecclayout {
int eccbytes;
int eccpos[64];
int oobavail;
struct nand_oobfree oobfree[2];
-} nand_ecclayout_t;
+};
typedef struct nand_device_s
{