#include <linux/module.h> #include <linux/mmc/sdhci-pci-data.h> struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev, int slotno); EXPORT_SYMBOL_GPL(sdhci_pci_get_data); int sdhci_pci_spt_drive_strength; EXPORT_SYMBOL_GPL(sdhci_pci_spt_drive_strength);Overall Contributors
Person | Tokens | Prop | Commits | CommitProp | |
adrian hunter | adrian hunter | 36 | 100.00% | 2 | 100.00% |
Total | 36 | 100.00% | 2 | 100.00% |