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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/ata.h b/firmware/drivers/ata.h
index da5c5e3e58..df4461e2f5 100644
--- a/firmware/drivers/ata.h
+++ b/firmware/drivers/ata.h
@@ -45,4 +45,6 @@ extern void ata_delayed_write(unsigned long sector, void* buf);
extern void ata_flush(void);
extern void ata_spin(void);
+extern long last_disk_activity;
+
#endif