2011-12-27 21:48:43 +08:00
|
|
|
#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);
|
2015-02-06 20:13:00 +08:00
|
|
|
|
|
|
|
int sdhci_pci_spt_drive_strength;
|
|
|
|
EXPORT_SYMBOL_GPL(sdhci_pci_spt_drive_strength);
|