Add sdmmc_dump_regs function

This commit is contained in:
Timothy Slater
2018-06-07 12:55:29 -05:00
parent f5163fa35d
commit ca907077af
4 changed files with 82 additions and 0 deletions

View File

@@ -303,4 +303,11 @@ int sdmmc_write(struct mmc *mmc, const void *buffer, uint32_t block, unsigned in
*/
bool sdmmc_card_present(struct mmc *mmc);
/**
* Prints out all of the tegra_mmc struct fields
*
* @mmc mmc The controller with which to dump registers.
*/
void sdmmc_dump_regs(struct mmc *mmc);
#endif