Skip to content

Commit 5f5bec1

Browse files
committed
Revert "mmc/core/card.h: Partial revert"
This reverts commit b0ba7ab.
1 parent 19aa8bc commit 5f5bec1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/mmc/core/card.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,9 @@ static inline int mmc_card_no_uhs_ddr50_tuning(const struct mmc_card *c)
302302
return c->quirks & MMC_QUIRK_NO_UHS_DDR50_TUNING;
303303
}
304304

305+
static inline int mmc_card_working_sd_cq(const struct mmc_card *c)
306+
{
307+
return c->quirks & MMC_QUIRK_WORKING_SD_CQ;
308+
}
309+
305310
#endif

0 commit comments

Comments
 (0)