aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/sdc_lld.h
diff options
context:
space:
mode:
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;