mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-16 03:59:21 +00:00
7 lines
225 B
C
7 lines
225 B
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
#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);
|