summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/dev/sdcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/dev/sdcard.h')
-rw-r--r--fw/fe310/eos/dev/sdcard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fw/fe310/eos/dev/sdcard.h b/fw/fe310/eos/dev/sdcard.h
index cefc304..4b338ea 100644
--- a/fw/fe310/eos/dev/sdcard.h
+++ b/fw/fe310/eos/dev/sdcard.h
@@ -1,3 +1,4 @@
#include <stdint.h>
-void eos_sdc_insert(int sdc_det);
+int eos_sdc_init(void);
+int eos_sdc_insert(int sdc_det, uint32_t timeout);