aboutsummaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2012-05-31 19:18:00 +0530
committerKoushik Dutta <koushd@gmail.com>2012-11-21 16:18:57 -0800
commit1606b8a226ad6a2d7b2201f3e31b214322a56566 (patch)
treebfa737d7d7798a55a01ac9319f57b2c889b88556 /roots.h
parenta2cac122888ecbf17271fc0437b6c5850de59502 (diff)
downloadbootable_recovery-1606b8a226ad6a2d7b2201f3e31b214322a56566.zip
bootable_recovery-1606b8a226ad6a2d7b2201f3e31b214322a56566.tar.gz
bootable_recovery-1606b8a226ad6a2d7b2201f3e31b214322a56566.tar.bz2
Remove wipe battery stats garbage.
Add support for doing a true ext4 format of /data on /data/media devices. Change-Id: Ie6706989705e4cf90d0be119c7ffc54b2191d198
Diffstat (limited to 'roots.h')
-rw-r--r--roots.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/roots.h b/roots.h
index 63aa98f..e9af4b6 100644
--- a/roots.h
+++ b/roots.h
@@ -46,5 +46,6 @@ Volume* get_device_volumes();
int is_data_media();
void setup_data_media();
int is_data_media_volume_path(const char* path);
+void handle_data_media_format(int handle);
#endif // RECOVERY_ROOTS_H_