summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand.h
blob: 39cf135d8a09e11715e693d7b5df4b073a8fbb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NAND_H
#define __NAND_H

#define CONFIG_NAND_WRITE

int nand_read_oob_std(struct mtd_info *mtd, struct nand_chip *chip,
			     int page, int sndcmd);
int nand_write_oob_std(struct mtd_info *mtd, struct nand_chip *chip,
			      int page);

void nand_init_ecc_hw(struct nand_chip *chip);

#endif /* __NAND_H */