mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08: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);
|