]> Git Repo - linux.git/blob - drivers/mmc/host/sdhci-pci-data.c
Merge branch 'soc-part2' into soc
[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);
This page took 0.031064 seconds and 4 git commands to generate.