aboutsummaryrefslogtreecommitdiffstats
path: root/install.h
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2014-04-03 22:50:38 -0700
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-21 03:07:06 +0200
commitacfc03463b7fca50f6b176fb1d10aa735aeb2c9d (patch)
tree5c4410af0f948dc5fff51ba94a2e8ea9143a8e76 /install.h
parentcd60d87be3be8c284e9b8dd9b82da7ef8bcac96c (diff)
downloadbootable_recovery-acfc03463b7fca50f6b176fb1d10aa735aeb2c9d.zip
bootable_recovery-acfc03463b7fca50f6b176fb1d10aa735aeb2c9d.tar.gz
bootable_recovery-acfc03463b7fca50f6b176fb1d10aa735aeb2c9d.tar.bz2
sr: Add performance control
* Crank it up when installing Change-Id: I997d937901ff446834e6c479aaf629bee51de388
Diffstat (limited to 'install.h')
-rw-r--r--install.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.h b/install.h
index 680499d..e6ce66e 100644
--- a/install.h
+++ b/install.h
@@ -30,6 +30,8 @@ enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE };
int install_package(const char* root_path, bool* wipe_cache,
const char* install_file, bool needs_mount);
+void set_perf_mode(bool enable);
+
#ifdef __cplusplus
}
#endif