projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a913507
)
oops. forgot one file
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 20 Aug 2007 21:27:29 +0000
(21:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 20 Aug 2007 21:27:29 +0000
(21:27 +0000)
SVN-Revision: 8445
package/mtd/src/mtd.h
[new file with mode: 0644]
patch
|
blob
diff --git a/package/mtd/src/mtd.h
b/package/mtd/src/mtd.h
new file mode 100644
(file)
index 0000000..
25dcef0
--- /dev/null
+++ b/
package/mtd/src/mtd.h
@@ -0,0
+1,14
@@
+#ifndef __mtd_h
+#define __mtd_h
+
+extern int quiet;
+extern int mtdsize;
+extern int erasesize;
+
+extern int mtd_open(const char *mtd);
+extern int mtd_check_open(char *mtd);
+extern int mtd_erase_block(int fd, int offset);
+extern int mtd_write_buffer(int fd, char *buf, int offset, int length);
+extern int mtd_write_jffs2(char *mtd, char *filename, char *dir);
+
+#endif /* __mtd_h */