linux/drivers/mmc/core/quirks.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  This file contains work-arounds for many known SD/MMC
 *  and SDIO hardware bugs.
 *
 *  Copyright (c) 2011 Andrei Warkentin <[email protected]>
 *  Copyright (c) 2011 Pierre Tardy <[email protected]>
 *  Inspired from pci fixup code:
 *  Copyright (c) 1999 Martin Mares <[email protected]>
 *
 */

#include <linux/of.h>
#include <linux/mmc/sdio_ids.h>

#include "card.h"

static const struct mmc_fixup __maybe_unused mmc_sd_fixups[] =;

static const struct mmc_fixup __maybe_unused mmc_blk_fixups[] =;

static const struct mmc_fixup __maybe_unused mmc_ext_csd_fixups[] =;


static const struct mmc_fixup __maybe_unused sdio_fixup_methods[] =;

static const struct mmc_fixup __maybe_unused sdio_card_init_methods[] =;

static inline bool mmc_fixup_of_compatible_match(struct mmc_card *card,
						 const char *compatible)
{}

static inline void mmc_fixup_device(struct mmc_card *card,
				    const struct mmc_fixup *table)
{}