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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/ata.h b/firmware/export/ata.h
index a1b7ab6372..e6ca9422ea 100644
--- a/firmware/export/ata.h
+++ b/firmware/export/ata.h
@@ -175,4 +175,8 @@ int ata_get_dma_mode(void);
175int ata_read_smart(struct ata_smart_values*); 175int ata_read_smart(struct ata_smart_values*);
176#endif 176#endif
177 177
178#ifdef BOOTLOADER
179#define STORAGE_CLOSE
180#endif
181
178#endif /* __ATA_H__ */ 182#endif /* __ATA_H__ */