From 065910663a83577acfb8e464403abdbcd2e6c042 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 6 Dec 2013 01:55:21 +0100 Subject: storage: fix MD vs MV confusion Change-Id: If0e4b0ac8b24413b77f1d67293c652c6a0e01bbd --- firmware/export/sd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/export/sd.h b/firmware/export/sd.h index a5942dde1e..9ae3313ffd 100644 --- a/firmware/export/sd.h +++ b/firmware/export/sd.h @@ -51,8 +51,8 @@ int sd_spinup_time(void); /* ticks */ void sd_get_info(IF_MD(int drive,) struct storage_info *info); #endif #ifdef HAVE_HOTSWAP -bool sd_removable(IF_MV_NONVOID(int drive)); -bool sd_present(IF_MV_NONVOID(int drive)); +bool sd_removable(IF_MD_NONVOID(int drive)); +bool sd_present(IF_MD_NONVOID(int drive)); #endif long sd_last_disk_activity(void); -- cgit v1.2.3