summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.h')
-rw-r--r--firmware/drivers/ata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/ata.h b/firmware/drivers/ata.h
index a9a7987..7a1fb4a 100644
--- a/firmware/drivers/ata.h
+++ b/firmware/drivers/ata.h
@@ -48,5 +48,6 @@ extern void ata_spin(void);
extern unsigned short* ata_get_identify(void);
extern long last_disk_activity;
+extern int ata_spinup_time; /* ticks */
#endif