summaryrefslogtreecommitdiff
path: root/mmc_cmds.h
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2012-10-19 16:49:55 -0400
committerChris Ball <cjb@laptop.org>2012-10-19 17:28:08 -0400
commitf74dfe23cd00894aa9f235374468e05acb793e17 (patch)
treeb949ad457fb17ee67650da0364a32a24997bb9eb /mmc_cmds.h
parentbf4ae7d4e936ac70eab71ee7fc85b01b4ecf8786 (diff)
downloadmmc-utils-f74dfe23cd00894aa9f235374468e05acb793e17.tar.gz
Support enable/disable of eMMC H/W Reset function
(Note: one-time programmable fuse.) $ mmc hwreset enable /dev/mmcblk0 $ mmc hwreset disable /dev/mmcblk0
Diffstat (limited to 'mmc_cmds.h')
-rw-r--r--mmc_cmds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mmc_cmds.h b/mmc_cmds.h
index 1dd4324..e52d622 100644
--- a/mmc_cmds.h
+++ b/mmc_cmds.h
@@ -22,3 +22,5 @@ int do_writeprotect_set(int nargs, char **argv);
int do_disable_512B_emulation(int nargs, char **argv);
int do_write_boot_en(int nargs, char **argv);
int do_write_bkops_en(int nargs, char **argv);
+int do_hwreset_en(int nargs, char **argv);
+int do_hwreset_dis(int nargs, char **argv);