summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mods/pybsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mods/pybsd.h')
-rw-r--r--cc3200/mods/pybsd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cc3200/mods/pybsd.h b/cc3200/mods/pybsd.h
index d2aa140501..b1244f23f9 100644
--- a/cc3200/mods/pybsd.h
+++ b/cc3200/mods/pybsd.h
@@ -27,11 +27,10 @@
#define PYBSD_H_
#if MICROPY_HW_HAS_SDCARD
+extern const mp_obj_type_t pyb_sd_type;
+
void pybsd_init0 (void);
-bool pybsd_is_present(void);
void pybsd_deinit (void);
-
-extern const mp_obj_type_t pyb_sd_type;
#endif
#endif // PYBSD_H_