summaryrefslogtreecommitdiffstats
path: root/mtdutils/mounts.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-15 06:32:14 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-15 06:32:14 +0200
commit858f0a763d0f736eb721f54257b6164886bfcbfc (patch)
treeb1dd9d0f6408811e71dade4f1ccbc52f18114a5e /mtdutils/mounts.h
parentam d12560aa: add the ability to seek to a raw location while reading MTD partition (diff)
parentclose update package before installing; allow remount (diff)
downloadandroid_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.gz
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.bz2
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.lz
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.xz
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.zst
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.zip
Diffstat (limited to 'mtdutils/mounts.h')
-rw-r--r--mtdutils/mounts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mtdutils/mounts.h b/mtdutils/mounts.h
index 2e2765a93..30b2927c2 100644
--- a/mtdutils/mounts.h
+++ b/mtdutils/mounts.h
@@ -28,4 +28,6 @@ find_mounted_volume_by_mount_point(const char *mount_point);
int unmount_mounted_volume(const MountedVolume *volume);
+int remount_read_only(const MountedVolume* volume);
+
#endif // MTDUTILS_MOUNTS_H_