Fix the location where the new coldfire boards appear in the documentation
[barebox-mini2440.git] / include / nand.h
blob97b17056ea6fdba6caa836afde0b317f8084c01d
2 #ifndef __NAND_H__
3 #define __NAND_H__
5 struct nand_chip;
7 struct nand_platform_data {
8 void (*hwcontrol)(struct nand_chip *, int cmd);
9 int eccmode;
10 int (*dev_ready)(struct nand_chip *);
11 int chip_delay;
14 #endif /* __NAND_H__ */