summaryrefslogtreecommitdiff
path: root/nuttx/configs/fire-stm32v2/src/fire-internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 20:00:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 20:00:04 +0000
commitc0e51eccc5bc5ce6743572f97cfc9d13fc13ceab (patch)
tree416516f21abef14bf01587a6f93c6b02ac369255 /nuttx/configs/fire-stm32v2/src/fire-internal.h
parent4f03177a72a65beeca2e40185d2e2fa97f24bc11 (diff)
downloadpx4-nuttx-c0e51eccc5bc5ce6743572f97cfc9d13fc13ceab.tar.gz
px4-nuttx-c0e51eccc5bc5ce6743572f97cfc9d13fc13ceab.tar.bz2
px4-nuttx-c0e51eccc5bc5ce6743572f97cfc9d13fc13ceab.zip
More M3 Wildfire logic; mmap-related bug fixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5124 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/fire-stm32v2/src/fire-internal.h')
-rw-r--r--nuttx/configs/fire-stm32v2/src/fire-internal.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/fire-stm32v2/src/fire-internal.h b/nuttx/configs/fire-stm32v2/src/fire-internal.h
index 4a844c4ef..125e030b7 100644
--- a/nuttx/configs/fire-stm32v2/src/fire-internal.h
+++ b/nuttx/configs/fire-stm32v2/src/fire-internal.h
@@ -287,6 +287,17 @@ void weak_function stm32_usbinitialize(void);
void stm32_selectlcd(void);
#endif
+/****************************************************************************
+ * Name: stm32_sdinitialize
+ *
+ * Description:
+ * Initialize the SPI-based SD card. Requires CONFIG_DISABLE_MOUNTPOINT=n
+ * and CONFIG_STM32_SPI1=y
+ *
+ ****************************************************************************/
+
+int stm32_sdinitialize(int minor);
+
#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_FIRE_STM32V2_SRC_FIRE_INTERNAL_H */