summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.h
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2012-05-14 08:35:13 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-14 08:35:13 -0700
commit3447b11d3e72bdc7409f63ec76ceba1babe06486 (patch)
tree86474ce61ba78ecf50005d550a36b3d1b40f60ff /fastboot/fastboot.h
parentb8ad0f09d158d872693ed6208476fdb15fc515f9 (diff)
parent177a74aced971b89c319fb61ee12da0ca40f0c12 (diff)
downloadsystem_core-3447b11d3e72bdc7409f63ec76ceba1babe06486.zip
system_core-3447b11d3e72bdc7409f63ec76ceba1babe06486.tar.gz
system_core-3447b11d3e72bdc7409f63ec76ceba1babe06486.tar.bz2
am 177a74ac: am c1f88106: Merge "fastboot: Change -w to format after the erase of userdata & cache" into jb-dev
* commit '177a74aced971b89c319fb61ee12da0ca40f0c12': fastboot: Change -w to format after the erase of userdata & cache
Diffstat (limited to 'fastboot/fastboot.h')
-rw-r--r--fastboot/fastboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/fastboot.h b/fastboot/fastboot.h
index c249a8f..90d8a6a 100644
--- a/fastboot/fastboot.h
+++ b/fastboot/fastboot.h
@@ -43,7 +43,7 @@ char *fb_get_error(void);
/* engine.c - high level command queue engine */
void fb_queue_flash(const char *ptn, void *data, unsigned sz);;
void fb_queue_erase(const char *ptn);
-void fb_queue_format(const char *ptn);
+void fb_queue_format(const char *ptn, int skip_if_not_supported);
void fb_queue_require(const char *prod, const char *var, int invert,
unsigned nvalues, const char **value);
void fb_queue_display(const char *var, const char *prettyname);