Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sdhci-pci-data.c « host « mmc « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18638fb363d873f933786da03c4f8b3e4d38ac61 (plain)
1
2
3
4
5
6
// 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);