blob: 56fddc622a545515e330492c39021233fde13af7 [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#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);
6
7int sdhci_pci_spt_drive_strength;
8EXPORT_SYMBOL_GPL(sdhci_pci_spt_drive_strength);