diff options
Diffstat (limited to '1.1/libboot_control_qti/libboot_control_qti.h')
-rw-r--r-- | 1.1/libboot_control_qti/libboot_control_qti.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/1.1/libboot_control_qti/libboot_control_qti.h b/1.1/libboot_control_qti/libboot_control_qti.h index b055a49..2b1d18d 100644 --- a/1.1/libboot_control_qti/libboot_control_qti.h +++ b/1.1/libboot_control_qti/libboot_control_qti.h @@ -48,3 +48,5 @@ const char* get_suffix(unsigned slot); // IBootControl 1.1 methods bool set_snapshot_merge_status(MergeStatus status); MergeStatus get_snapshot_merge_status(); + +bool mPlatform = false; |