summaryrefslogtreecommitdiff
path: root/firmware/export/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/nand.h')
-rw-r--r--firmware/export/nand.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/nand.h b/firmware/export/nand.h
index 1757a1421a..a5b0a1ceee 100644
--- a/firmware/export/nand.h
+++ b/firmware/export/nand.h
@@ -38,10 +38,6 @@ int nand_read_sectors(IF_MV2(int drive,) unsigned long start, int count, void* b
38int nand_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf); 38int nand_write_sectors(IF_MV2(int drive,) unsigned long start, int count, const void* buf);
39void nand_spin(void); 39void nand_spin(void);
40 40
41#if (CONFIG_LED == LED_REAL)
42void nand_set_led_enabled(bool enabled);
43#endif
44
45#ifdef STORAGE_GET_INFO 41#ifdef STORAGE_GET_INFO
46void nand_get_info(IF_MV2(int drive,) struct storage_info *info); 42void nand_get_info(IF_MV2(int drive,) struct storage_info *info);
47#endif 43#endif