mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
6 lines
184 B
C
6 lines
184 B
C
|
#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);
|