Merge tag 'iwlwifi-next-for-kalle-2016-07-01' of git://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / drivers / mmc / host / sdhci-pci-data.c
1 #include <linux/module.h>
2 #include <linux/mmc/sdhci-pci-data.h>
3
4 struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev, int slotno);
5 EXPORT_SYMBOL_GPL(sdhci_pci_get_data);
6
7 int sdhci_pci_spt_drive_strength;
8 EXPORT_SYMBOL_GPL(sdhci_pci_spt_drive_strength);
This page took 0.031275 seconds and 5 git commands to generate.