root/drivers/mmc/host/sdhci-pci-data.c

/* [<][>][^][v][top][bottom][index][help] */
   1 // SPDX-License-Identifier: GPL-2.0-only
   2 #include <linux/module.h>
   3 #include <linux/mmc/sdhci-pci-data.h>
   4 
   5 struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev, int slotno);
   6 EXPORT_SYMBOL_GPL(sdhci_pci_get_data);

/* [<][>][^][v][top][bottom][index][help] */