]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/mmc_private.h
mmc: Add function declarations for mmc_bread() and mmc_switch_part()
authorSimon Glass <sjg@chromium.org>
Mon, 13 Jun 2016 05:30:15 +0000 (23:30 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 11 Jul 2016 20:06:44 +0000 (14:06 -0600)
commit7dba0b93672adf94285bfd072eed543d3b68d4c9
treedfff7d52a369b45636ac433f62b228613e704f8d
parentaa15038cdf4a00898bac05be8af63e6d1006aa1f
mmc: Add function declarations for mmc_bread() and mmc_switch_part()

These private functions are used both in the driver-model implementation and
in the legacy code. Add them to the header.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/mmc.c
drivers/mmc/mmc_private.h