4 #define JFFS2_EOF "\xde\xad\xc0\xde"
10 extern int mtd_open(const char *mtd
);
11 extern int mtd_check_open(const char *mtd
);
12 extern int mtd_erase_block(int fd
, int offset
);
13 extern int mtd_write_buffer(int fd
, const char *buf
, int offset
, int length
);
14 extern int mtd_write_jffs2(const char *mtd
, const char *filename
, const char *dir
);
15 extern int mtd_replace_jffs2(int fd
, int ofs
, const char *filename
);
16 extern void mtd_parse_jffs2data(const char *buf
, const char *dir
);
This page took 0.04418 seconds and 5 git commands to generate.