remove dead declaration

This commit is contained in:
dhewg 2010-07-03 21:10:28 +02:00
parent 19c9e857e9
commit 8de73feb49
1 changed files with 0 additions and 2 deletions

2
nand.h
View File

@ -33,8 +33,6 @@ void nand_write_page(u32 pageno, void *data, void *ecc);
void nand_erase_block(u32 pageno);
void nand_wait(void);
void nand_read_cluster(u32 clusterno, void *data);
#define NAND_ECC_OK 0
#define NAND_ECC_CORRECTED 1
#define NAND_ECC_UNCORRECTABLE -1