Subversion Repositories freemyipod

Rev

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

Rev 339 Rev 340
Line 27... Line 27...
27
#include "global.h"
27
#include "global.h"
28
 
28
 
29
 
29
 
30
extern uint16_t ata_identify_data[0x100];
30
extern uint16_t ata_identify_data[0x100];
31
extern uint64_t ata_total_sectors;
31
extern uint64_t ata_total_sectors;
-
 
32
 
-
 
33
#ifdef ATA_HAVE_BBT
32
extern uint16_t ata_bbt[ATA_BBT_PAGES][0x20];
34
extern uint16_t ata_bbt[ATA_BBT_PAGES][0x20];
33
extern uint64_t ata_virtual_sectors;
35
extern uint64_t ata_virtual_sectors;
34
 
36
 
35
int ata_rw_sectors_internal(uint64_t sector, uint32_t count, void* buffer, bool write);
37
int ata_rw_sectors_internal(uint64_t sector, uint32_t count, void* buffer, bool write);
-
 
38
#endif
36
 
39
 
37
 
40
 
38
#endif
41
#endif