Subversion Repositories freemyipod

Rev

Rev 54 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 54 Rev 61
Line 54... Line 54...
54
                               void* sparebuffer, uint32_t doecc);
54
                               void* sparebuffer, uint32_t doecc);
55
uint32_t nand_write_page_collect(uint32_t bank);
55
uint32_t nand_write_page_collect(uint32_t bank);
56
 
56
 
57
const struct nand_device_info_type* nand_get_device_type(uint32_t bank);
57
const struct nand_device_info_type* nand_get_device_type(uint32_t bank);
58
uint32_t nand_reset(uint32_t bank);
58
uint32_t nand_reset(uint32_t bank);
59
uint32_t nand_device_init(void);
59
int nand_device_init(void);
60
void nand_set_active(void);
60
void nand_set_active(void);
61
long nand_last_activity(void);
61
long nand_last_activity(void);
62
void nand_power_up(void);
62
void nand_power_up(void);
63
void nand_power_down(void);
63
void nand_power_down(void);
64
 
64