summaryrefslogtreecommitdiff
path: root/drivers/mmc/matsushita-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/matsushita-common.h')
-rw-r--r--drivers/mmc/matsushita-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mmc/matsushita-common.h b/drivers/mmc/matsushita-common.h
index b019b72b3e..3be91c310e 100644
--- a/drivers/mmc/matsushita-common.h
+++ b/drivers/mmc/matsushita-common.h
@@ -143,4 +143,8 @@ int matsu_sd_get_cd(struct udevice *dev);
int matsu_sd_bind(struct udevice *dev);
int matsu_sd_probe(struct udevice *dev, u32 quirks);
+u32 matsu_sd_readl(struct matsu_sd_priv *priv, unsigned int reg);
+void matsu_sd_writel(struct matsu_sd_priv *priv,
+ u32 val, unsigned int reg);
+
#endif /* __MATSUSHITA_COMMON_H__ */