blob: 6a55e464f51699f83dd121c9284d7559ea0bba03 [file] [log] [blame]
#ifndef __NAND_PRIV_H
#define __NAND_PRIV_H
struct mv_nand_data {
unsigned int szofpg; /* size of page */
unsigned int szofblk; /* size of block */
unsigned int oobsize;
unsigned int t;
};
#endif