mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 01:32:46 +07: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);
|