Subversion Repositories freemyipod

Rev

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

Rev 430 Rev 601
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
extern struct mutex ata_mutex;
32
 
33
 
33
#ifdef ATA_HAVE_BBT
34
#ifdef ATA_HAVE_BBT
34
extern uint16_t (*ata_bbt)[0x20];
35
extern uint16_t (*ata_bbt)[0x20];
35
extern uint64_t ata_virtual_sectors;
36
extern uint64_t ata_virtual_sectors;
36
 
37