repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i2c: aspeed: Fix initial values of master and slave state
[linux/fpc-iii.git]
/
drivers
/
mmc
/
host
/
sdhci-pci-data.c
blob
a611217769f5080fd664ef82bc98c273046bcf2f
1
#include <linux/module.h>
2
#include <linux/mmc/sdhci-pci-data.h>
3
4
struct
sdhci_pci_data
*(*
sdhci_pci_get_data
)(
struct
pci_dev
*
pdev
,
int
slotno
);
5
EXPORT_SYMBOL_GPL
(
sdhci_pci_get_data
);