dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add build kerneldeb -- modify dts
hc
2023-10-25
6c2073b7aa40e29d0eca7d571dd7bc590c7ecaa7
[~ljy/RK356X_SDK_RELEASE.git]
/
kernel
/
drivers
/
mmc
/
host
/
sdhci-pci-data.c
1
2
3
4
5
#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
);