diff options
author | Tao Bao <tbao@google.com> | 2015-04-08 18:35:47 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-08 18:35:48 +0200 |
commit | ca7bf53189c70ef0f687d54d772e5eaadc0b1c7c (patch) | |
tree | f91733ca7065a14f6a8e0007cb7ea3d3685f3b3e /common.h | |
parent | Merge "always use volume mount option when mounting a partition" (diff) | |
parent | Rotate logs only when there are actual operations (diff) | |
download | android_bootable_recovery-ca7bf53189c70ef0f687d54d772e5eaadc0b1c7c.tar android_bootable_recovery-ca7bf53189c70ef0f687d54d772e5eaadc0b1c7c.tar.gz android_bootable_recovery-ca7bf53189c70ef0f687d54d772e5eaadc0b1c7c.tar.bz2 android_bootable_recovery-ca7bf53189c70ef0f687d54d772e5eaadc0b1c7c.tar.lz android_bootable_recovery-ca7bf53189c70ef0f687d54d772e5eaadc0b1c7c.tar.xz android_bootable_recovery-ca7bf53189c70ef0f687d54d772e5eaadc0b1c7c.tar.zst android_bootable_recovery-ca7bf53189c70ef0f687d54d772e5eaadc0b1c7c.zip |
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |