Subversion Repositories freemyipod

Rev

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

Rev 54 Rev 57
Line 39... Line 39...
39
int  nand_write_sectors(IF_MD2(int drive,) unsigned long start, int count, const void* buf);
39
int  nand_write_sectors(IF_MD2(int drive,) unsigned long start, int count, const void* buf);
40
#ifdef HAVE_STORAGE_FLUSH
40
#ifdef HAVE_STORAGE_FLUSH
41
int  nand_flush(void);
41
int  nand_flush(void);
42
#endif
42
#endif
43
void nand_spin(void);
43
void nand_spin(void);
44
int  nand_spinup_time(void); /* ticks */
-
 
45
 
44
 
46
#ifdef STORAGE_GET_INFO
45
#ifdef STORAGE_GET_INFO
47
void nand_get_info(IF_MD2(int drive,) struct storage_info *info);
46
void nand_get_info(IF_MD2(int drive,) struct storage_info *info);
48
#endif
47
#endif
49
 
48