aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/sdc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-09 17:00:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-09 17:00:03 +0000
commit7f87eee586adf22f28b1687ef92051065a0a5ee5 (patch)
treea3d199558c7671e31e9ebac4f79f8f4596e2493e /os/hal/platforms/STM32/sdc_lld.h
parent8f8b7f2c69575736da9004c8dc45c770b0f08c48 (diff)
downloadChibiOS-7f87eee586adf22f28b1687ef92051065a0a5ee5.tar.gz
ChibiOS-7f87eee586adf22f28b1687ef92051065a0a5ee5.tar.bz2
ChibiOS-7f87eee586adf22f28b1687ef92051065a0a5ee5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4178 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/sdc_lld.h')
-rw-r--r--os/hal/platforms/STM32/sdc_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.h b/os/hal/platforms/STM32/sdc_lld.h
index cfa36fd25..5d31827b4 100644
--- a/os/hal/platforms/STM32/sdc_lld.h
+++ b/os/hal/platforms/STM32/sdc_lld.h
@@ -198,6 +198,10 @@ typedef struct {
*/
struct SDCDriver {
/**
+ * @brief Virtual Methods Table.
+ */
+ const struct MMCSDBlockDeviceVMT *vmt;
+ /**
* @brief Driver state.
*/
sdcstate_t state;