aboutsummaryrefslogtreecommitdiffstats
path: root/recovery_ui.h
diff options
context:
space:
mode:
authorKoushik K. Dutta <koushd@gmail.com>2010-03-14 22:42:30 -0700
committerKoushik K. Dutta <koushd@gmail.com>2010-03-14 22:42:30 -0700
commitb9546a8047f5ac3bf0ec8622b391a699e31e87ff (patch)
tree5d190460ad137e59db77b9197ddaa943be8e363d /recovery_ui.h
parentface588f64a8ac0a19016519bca027f625b96047 (diff)
downloadbootable_recovery-b9546a8047f5ac3bf0ec8622b391a699e31e87ff.zip
bootable_recovery-b9546a8047f5ac3bf0ec8622b391a699e31e87ff.tar.gz
bootable_recovery-b9546a8047f5ac3bf0ec8622b391a699e31e87ff.tar.bz2
Camera and center button now select. Add more mount and unmount options. 1.7.0
Diffstat (limited to 'recovery_ui.h')
-rw-r--r--recovery_ui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/recovery_ui.h b/recovery_ui.h
index 51f8817..bb22445 100644
--- a/recovery_ui.h
+++ b/recovery_ui.h
@@ -70,8 +70,7 @@ int device_wipe_data();
#define ITEM_INSTALL_ZIP 4
#define ITEM_BACKUP 5
#define ITEM_RESTORE 6
-#define ITEM_MOUNT_SDCARD 7
-#define ITEM_MOUNT_USB 8
+#define ITEM_MOUNT 7
// Header text to display above the main menu.
extern char* MENU_HEADERS[];