aboutsummaryrefslogtreecommitdiffstats
path: root/recovery_cmds.h
diff options
context:
space:
mode:
authorTom Marshall <tdm@cyngn.com>2014-11-24 16:02:04 -0800
committerTom Marshall <tdm@cyngn.com>2015-11-25 15:34:31 -0800
commit3f092f7778ed608d454df4c3dc3b3f7cb4afde3b (patch)
tree326444388672880e6ab3bf72f434e13e1d80c25e /recovery_cmds.h
parent383f723fdb0ebba5078ccc2aabf87f0516215bf9 (diff)
downloadbootable_recovery-3f092f7778ed608d454df4c3dc3b3f7cb4afde3b.tar.gz
bootable_recovery-3f092f7778ed608d454df4c3dc3b3f7cb4afde3b.tar.bz2
bootable_recovery-3f092f7778ed608d454df4c3dc3b3f7cb4afde3b.zip
recovery: Awakening of MiniVold
A minimal vold client for recovery. Change-Id: Id25d955dc1861a910e5f5fc27d9a19e245d66833
Diffstat (limited to 'recovery_cmds.h')
-rw-r--r--recovery_cmds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/recovery_cmds.h b/recovery_cmds.h
index 935f283..09a92d9 100644
--- a/recovery_cmds.h
+++ b/recovery_cmds.h
@@ -31,6 +31,7 @@ int pigz_main(int argc, char **argv);
int start_main(int argc, char **argv);
int stop_main(int argc, char **argv);
int mksh_main(int argc, char **argv);
+int vdc_main(int argc, char **argv);
int toybox_driver(int argc, char **argv);
@@ -54,6 +55,7 @@ static const struct recovery_cmd recovery_cmds[] = {
{ "start", start_main },
{ "stop", stop_main },
{ "sh", mksh_main },
+ { "vdc", vdc_main },
{ NULL, NULL },
};