aboutsummaryrefslogtreecommitdiffstats
path: root/recovery_ui.h
diff options
context:
space:
mode:
authorKoushik K. Dutta <koushd@gmail.com>2010-03-19 13:34:36 -0700
committerKoushik K. Dutta <koushd@gmail.com>2010-03-19 13:34:36 -0700
commit5899ac9ca0eb871887e01644ba5b0d004597a98c (patch)
treecaec6f1fe4845aa0b060a9996b03f2e98806420f /recovery_ui.h
parentd3243fe047267c1852f9724ca7064fb493fbf6a0 (diff)
downloadbootable_recovery-5899ac9ca0eb871887e01644ba5b0d004597a98c.zip
bootable_recovery-5899ac9ca0eb871887e01644ba5b0d004597a98c.tar.gz
bootable_recovery-5899ac9ca0eb871887e01644ba5b0d004597a98c.tar.bz2
the beginnings of adding a format option,
Diffstat (limited to 'recovery_ui.h')
-rw-r--r--recovery_ui.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/recovery_ui.h b/recovery_ui.h
index bb22445..55fe40f 100644
--- a/recovery_ui.h
+++ b/recovery_ui.h
@@ -68,9 +68,8 @@ int device_wipe_data();
#define ITEM_WIPE_DATA 2
#define ITEM_WIPE_CACHE 3
#define ITEM_INSTALL_ZIP 4
-#define ITEM_BACKUP 5
-#define ITEM_RESTORE 6
-#define ITEM_MOUNT 7
+#define ITEM_NANDROID 5
+#define ITEM_PARTITION 6
// Header text to display above the main menu.
extern char* MENU_HEADERS[];