commit | 62e293a5ec1f3f118b65609164ba3a80c6e05fad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 12 23:30:15 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 11 14:06:44 2016 -0600 |
tree | dfff7d52a369b45636ac433f62b228613e704f8d | |
parent | 9410627e41e74e460195b444744e5026d79d3dbd [diff] |
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>