commit | 6060e5c6df717a8070ceeb9c72c3c5dafa29cdd7 | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Thu Feb 11 22:27:06 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Thu Feb 11 22:27:06 2010 -0800 |
tree | 97ea1ca48fe3ed8758a275b892925ec5816640aa | |
parent | 4c1eed25738e2529ad5f785ca7eff29fa6d4ff4d [diff] [blame] |
update.zip somewhat working now...
diff --git a/recovery_ui.h b/recovery_ui.h index 8818ef3..1aabbdf 100644 --- a/recovery_ui.h +++ b/recovery_ui.h
@@ -66,6 +66,8 @@ #define ITEM_APPLY_SDCARD 1 #define ITEM_WIPE_DATA 2 #define ITEM_WIPE_CACHE 3 +#define ITEM_SIG_CHECK 4 +#define ITEM_ASSERTS 5 // Header text to display above the main menu. extern char* MENU_HEADERS[];