Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc7 8 lines 268 B view raw
1#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);