summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand.h
blob: 70d0ba98d0853b6023b55c25a6c388d9b32aae91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);
void nand_init_ecc_soft(struct nand_chip *chip);

#endif /* __NAND_H */