diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2013-02-21 00:58:11 +0100 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2013-02-21 00:58:11 +0100 |
commit | 4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01 (patch) | |
tree | 61cbdf1dda5ccca0e93ad2cb40d265139b392648 /variables.h | |
parent | Configurable timeout and brightness settings (diff) | |
download | android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.gz android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.bz2 android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.lz android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.xz android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.tar.zst android_bootable_recovery-4efe9c3c7df30a9dc529cccdbde9b3d2b0529d01.zip |
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h index 7f2ab0000..0461c5d93 100644 --- a/variables.h +++ b/variables.h @@ -151,6 +151,7 @@ #define TW_CRYPTO_PASSWORD "tw_crypto_password"
#define TW_DATA_BLK_DEVICE "tw_data_blk_device" // Original block device - not decrypted
#define TW_SDEXT_DISABLE_EXT4 "tw_sdext_disable_ext4"
+#define TW_MILITARY_TIME "tw_military_time"
// Also used:
// tw_boot_is_mountable
|