summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-11 03:55:26 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-11 03:55:26 +0100
commite999d0071defdff7d9ee8f3553f2a9607bca8780 (patch)
tree7937dbb2ee729a62bbd68580a7cd34b3a98f50c2 /common.h
parentam ec5c1c1e: am 99e084ca: Merge "Remove dead/unused code and realign some of the comments to make it more cleaner and easier to read" (diff)
parentresolved conflicts for merge of 35efcd27 to lmp-mr1-dev-plus-aosp (diff)
downloadandroid_bootable_recovery-e999d0071defdff7d9ee8f3553f2a9607bca8780.tar
android_bootable_recovery-e999d0071defdff7d9ee8f3553f2a9607bca8780.tar.gz
android_bootable_recovery-e999d0071defdff7d9ee8f3553f2a9607bca8780.tar.bz2
android_bootable_recovery-e999d0071defdff7d9ee8f3553f2a9607bca8780.tar.lz
android_bootable_recovery-e999d0071defdff7d9ee8f3553f2a9607bca8780.tar.xz
android_bootable_recovery-e999d0071defdff7d9ee8f3553f2a9607bca8780.tar.zst
android_bootable_recovery-e999d0071defdff7d9ee8f3553f2a9607bca8780.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 768f499f9..4f1c099df 100644
--- a/common.h
+++ b/common.h
@@ -17,6 +17,7 @@
#ifndef RECOVERY_COMMON_H
#define RECOVERY_COMMON_H
+#include <stdbool.h>
#include <stdio.h>
#include <stdarg.h>
@@ -46,6 +47,8 @@ FILE* fopen_path(const char *path, const char *mode);
void ui_print(const char* format, ...);
+bool is_ro_debuggable();
+
#ifdef __cplusplus
}
#endif