blob: 56fddc622a545515e330492c39021233fde13af7 [file] [log] [blame]
Adrian Hunter52c506f2011-12-27 15:48:43 +02001#include <linux/module.h>
2#include <linux/mmc/sdhci-pci-data.h>
3
4struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev, int slotno);
5EXPORT_SYMBOL_GPL(sdhci_pci_get_data);
Adrian Huntere1bfad62015-02-06 14:13:00 +02006
7int sdhci_pci_spt_drive_strength;
8EXPORT_SYMBOL_GPL(sdhci_pci_spt_drive_strength);