commit | 1fa52ecdbf069247e699e2f48f5d21ea0506cc0a | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Sun Feb 21 21:29:10 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Sun Feb 21 21:29:10 2010 -0800 |
tree | 747cf2609061031c12bc5d96beab0b88e20eaa38 | |
parent | bcdd00359cf84e47aeae24949b465ceaf380c9ff [diff] [blame] |
add mount sdcard option
diff --git a/recovery_ui.h b/recovery_ui.h index 2964dfc..7165007 100644 --- a/recovery_ui.h +++ b/recovery_ui.h
@@ -70,6 +70,7 @@ #define ITEM_INSTALL_ZIP 4 #define ITEM_BACKUP 5 #define ITEM_RESTORE 6 +#define ITEM_MOUNT_SDCARD 7 // Header text to display above the main menu. extern char* MENU_HEADERS[];