8 extern int mtd_open(const char *mtd
);
9 extern int mtd_check_open(char *mtd
);
10 extern int mtd_erase_block(int fd
, int offset
);
11 extern int mtd_write_buffer(int fd
, char *buf
, int offset
, int length
);
12 extern int mtd_write_jffs2(char *mtd
, char *filename
, char *dir
);
This page took 0.041434 seconds and 5 git commands to generate.