summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-04-08 19:12:02 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-08 19:12:02 +0200
commit264d26a2d87123898f9dc39c8180f93738f4946f (patch)
treef91733ca7065a14f6a8e0007cb7ea3d3685f3b3e /common.h
parentam 575e3739: am 6896f9d4: Merge "always use volume mount option when mounting a partition" (diff)
parentam ca7bf531: Merge "Rotate logs only when there are actual operations" (diff)
downloadandroid_bootable_recovery-264d26a2d87123898f9dc39c8180f93738f4946f.tar
android_bootable_recovery-264d26a2d87123898f9dc39c8180f93738f4946f.tar.gz
android_bootable_recovery-264d26a2d87123898f9dc39c8180f93738f4946f.tar.bz2
android_bootable_recovery-264d26a2d87123898f9dc39c8180f93738f4946f.tar.lz
android_bootable_recovery-264d26a2d87123898f9dc39c8180f93738f4946f.tar.xz
android_bootable_recovery-264d26a2d87123898f9dc39c8180f93738f4946f.tar.zst
android_bootable_recovery-264d26a2d87123898f9dc39c8180f93738f4946f.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 4f1c099df..b818ceb84 100644
--- a/common.h
+++ b/common.h
@@ -40,6 +40,7 @@ extern "C" {
#define STRINGIFY(x) #x
#define EXPAND(x) STRINGIFY(x)
+extern bool modified_flash;
typedef struct fstab_rec Volume;
// fopen a file, mounting volumes and making parent dirs as necessary.