summaryrefslogtreecommitdiffstats
path: root/mtdutils/mtdutils.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-15 21:32:22 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-15 21:32:22 +0200
commit4f69afdb631a2480d466505635cde3a1d61e3610 (patch)
tree9e6da8749a7451e451e16af95d10f73ce61fa20d /mtdutils/mtdutils.h
parentam f94a3575: am 61ba7a83: stop treating all-zero blocks as bad (diff)
parentam d12560aa: add the ability to seek to a raw location while reading MTD partition (diff)
downloadandroid_bootable_recovery-4f69afdb631a2480d466505635cde3a1d61e3610.tar
android_bootable_recovery-4f69afdb631a2480d466505635cde3a1d61e3610.tar.gz
android_bootable_recovery-4f69afdb631a2480d466505635cde3a1d61e3610.tar.bz2
android_bootable_recovery-4f69afdb631a2480d466505635cde3a1d61e3610.tar.lz
android_bootable_recovery-4f69afdb631a2480d466505635cde3a1d61e3610.tar.xz
android_bootable_recovery-4f69afdb631a2480d466505635cde3a1d61e3610.tar.zst
android_bootable_recovery-4f69afdb631a2480d466505635cde3a1d61e3610.zip
Diffstat (limited to 'mtdutils/mtdutils.h')
-rw-r--r--mtdutils/mtdutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mtdutils/mtdutils.h b/mtdutils/mtdutils.h
index 528a5bbe8..45d3ebc91 100644
--- a/mtdutils/mtdutils.h
+++ b/mtdutils/mtdutils.h
@@ -45,6 +45,7 @@ typedef struct MtdWriteContext MtdWriteContext;
MtdReadContext *mtd_read_partition(const MtdPartition *);
ssize_t mtd_read_data(MtdReadContext *, char *data, size_t data_len);
void mtd_read_close(MtdReadContext *);
+void mtd_read_skip_to(const MtdReadContext *, size_t offset);
MtdWriteContext *mtd_write_partition(const MtdPartition *);
ssize_t mtd_write_data(MtdWriteContext *, const char *data, size_t data_len);