diff options
author | Doug Zongker <dougz@android.com> | 2010-01-13 01:18:33 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2010-01-13 18:21:25 +0100 |
commit | 4c5f9f341665ac4c1474afca92863cc02d9e1a13 (patch) | |
tree | 9af56e12944b3e3a3f9981c6fc4041331be37d19 /mtdutils/mtdutils.h | |
parent | am 158657bc: merge from open-source master (diff) | |
download | android_bootable_recovery-4c5f9f341665ac4c1474afca92863cc02d9e1a13.tar android_bootable_recovery-4c5f9f341665ac4c1474afca92863cc02d9e1a13.tar.gz android_bootable_recovery-4c5f9f341665ac4c1474afca92863cc02d9e1a13.tar.bz2 android_bootable_recovery-4c5f9f341665ac4c1474afca92863cc02d9e1a13.tar.lz android_bootable_recovery-4c5f9f341665ac4c1474afca92863cc02d9e1a13.tar.xz android_bootable_recovery-4c5f9f341665ac4c1474afca92863cc02d9e1a13.tar.zst android_bootable_recovery-4c5f9f341665ac4c1474afca92863cc02d9e1a13.zip |
Diffstat (limited to '')
-rw-r--r-- | mtdutils/mtdutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mtdutils/mtdutils.h b/mtdutils/mtdutils.h index 8d2cb56b1..528a5bbe8 100644 --- a/mtdutils/mtdutils.h +++ b/mtdutils/mtdutils.h @@ -49,6 +49,7 @@ void mtd_read_close(MtdReadContext *); MtdWriteContext *mtd_write_partition(const MtdPartition *); ssize_t mtd_write_data(MtdWriteContext *, const char *data, size_t data_len); off_t mtd_erase_blocks(MtdWriteContext *, int blocks); /* 0 ok, -1 for all */ +off_t mtd_find_write_start(MtdWriteContext *ctx, off_t pos); int mtd_write_close(MtdWriteContext *); #endif // MTDUTILS_H_ |