commit | 1acd15e7cc4fcb94b7d6454b0236ea29345eb015 | [log] [tgz] |
---|---|---|
author | andrew.boren <andrew.boren@gmail.com> | Thu Mar 31 21:41:22 2011 -0700 |
committer | andrew.boren <andrew.boren@gmail.com> | Thu Mar 31 21:41:22 2011 -0700 |
tree | 92ac1725d4e6f73936512eeaef92f5b00d1bb293 | |
parent | f1ec34a8110badf8d09bbc8cc82f735458285e66 [diff] [blame] |
recovery: Update recovery from CM. Change-Id: Ibda5ba8bbfc93ef6ff565128b63adc2991218a70
diff --git a/roots.h b/roots.h index cf59bfd..7132fed 100644 --- a/roots.h +++ b/roots.h
@@ -38,4 +38,8 @@ // it is mounted. int format_volume(const char* volume); +int get_num_volumes(); + +Volume* get_device_volumes(); + #endif // RECOVERY_ROOTS_H_