Sign in
chromium
/
external
/
github.com
/
altera-opensource
/
linux-socfpga
/
refs/heads/socfpga-5.13
/
.
/
drivers
/
mmc
/
host
/
sdhci-pci-data.c
blob: 18638fb363d873f933786da03c4f8b3e4d38ac61 [
file
] [
log
] [
blame
] [
edit
]
// 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
);