summaryrefslogtreecommitdiff
path: root/firmware/export/ata.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/ata.h')
-rw-r--r--firmware/export/ata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h
index 6f0d0b699f..a1b7ab6372 100644
--- a/firmware/export/ata.h
+++ b/firmware/export/ata.h
@@ -172,7 +172,7 @@ int ata_get_dma_mode(void);
172 172
173#ifdef HAVE_ATA_SMART 173#ifdef HAVE_ATA_SMART
174/* Returns current S.M.A.R.T. data */ 174/* Returns current S.M.A.R.T. data */
175void* ata_read_smart(void); 175int ata_read_smart(struct ata_smart_values*);
176#endif 176#endif
177 177
178#endif /* __ATA_H__ */ 178#endif /* __ATA_H__ */