mirror of
https://github.com/fail0verflow/mini.git
synced 2025-02-21 13:57:11 +01:00
remove dead declaration
This commit is contained in:
parent
19c9e857e9
commit
8de73feb49
2
nand.h
2
nand.h
@ -33,8 +33,6 @@ void nand_write_page(u32 pageno, void *data, void *ecc);
|
|||||||
void nand_erase_block(u32 pageno);
|
void nand_erase_block(u32 pageno);
|
||||||
void nand_wait(void);
|
void nand_wait(void);
|
||||||
|
|
||||||
void nand_read_cluster(u32 clusterno, void *data);
|
|
||||||
|
|
||||||
#define NAND_ECC_OK 0
|
#define NAND_ECC_OK 0
|
||||||
#define NAND_ECC_CORRECTED 1
|
#define NAND_ECC_CORRECTED 1
|
||||||
#define NAND_ECC_UNCORRECTABLE -1
|
#define NAND_ECC_UNCORRECTABLE -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user