aboutsummaryrefslogtreecommitdiffstats
path: root/recovery_ui.h
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2011-01-10 06:14:21 +0100
committerKalimochoAz <calimochoazucarado@gmail.com>2011-01-10 06:14:21 +0100
commitd646a6fa1da35d8842c2a2b7768671bf782eb8a7 (patch)
tree29577681023519e780023aad1695ebca290aaa2e /recovery_ui.h
parent53c9bd8b10b26a91744af0b68fa782093b7fba79 (diff)
downloadbootable_recovery-d646a6fa1da35d8842c2a2b7768671bf782eb8a7.zip
bootable_recovery-d646a6fa1da35d8842c2a2b7768671bf782eb8a7.tar.gz
bootable_recovery-d646a6fa1da35d8842c2a2b7768671bf782eb8a7.tar.bz2
Added Power off capability
Change-Id: I545f8b73e84c5083d2d17b98f8edcdd612c0f78e
Diffstat (limited to 'recovery_ui.h')
-rw-r--r--recovery_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery_ui.h b/recovery_ui.h
index f34365f..50af45b 100644
--- a/recovery_ui.h
+++ b/recovery_ui.h
@@ -74,6 +74,7 @@ int device_wipe_data();
#define ITEM_NANDROID 5
#define ITEM_PARTITION 6
#define ITEM_ADVANCED 7
+#define ITEM_POWEROFF 8
// Header text to display above the main menu.
extern char* MENU_HEADERS[];