commit | 8ce0be4956f8a942f06644a00347769126b4976e | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Sat Feb 20 15:59:06 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Sat Feb 20 15:59:06 2010 -0800 |
tree | dc9c6f38c431db3b24266e1eca801449c9d332b9 | |
parent | 3ab130fa9e213e40983472571da246e197930a9d [diff] [blame] |
nearly working nandroid, built against libc
diff --git a/mtdutils/mtdutils.h b/mtdutils/mtdutils.h index 528a5bb..bd0ce17 100644 --- a/mtdutils/mtdutils.h +++ b/mtdutils/mtdutils.h
@@ -52,4 +52,6 @@ off_t mtd_find_write_start(MtdWriteContext *ctx, off_t pos); int mtd_write_close(MtdWriteContext *); +ssize_t mtd_read_raw(MtdReadContext *ctx, char *data, size_t len); + #endif // MTDUTILS_H_