summaryrefslogtreecommitdiff
path: root/src/mtd_erase_all.h
diff options
context:
space:
mode:
authorJames Maki <jmaki@multitech.com>2010-04-23 14:27:29 -0500
committerJames Maki <jmaki@multitech.com>2010-04-23 14:27:29 -0500
commit2134e864c823b456d6de0a128bb6c55d1a04aba7 (patch)
tree5f03b2c7015ea878b4b112ccdc615c6f8eefeb7d /src/mtd_erase_all.h
downloadu-boot-linux-utils-2134e864c823b456d6de0a128bb6c55d1a04aba7.tar.gz
u-boot-linux-utils-2134e864c823b456d6de0a128bb6c55d1a04aba7.tar.bz2
u-boot-linux-utils-2134e864c823b456d6de0a128bb6c55d1a04aba7.zip
initial commit
Diffstat (limited to 'src/mtd_erase_all.h')
-rw-r--r--src/mtd_erase_all.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mtd_erase_all.h b/src/mtd_erase_all.h
new file mode 100644
index 0000000..a5edae1
--- /dev/null
+++ b/src/mtd_erase_all.h
@@ -0,0 +1,6 @@
+#ifndef __MTD_ERASE_ALL_H
+#define __MTD_ERASE_ALL_H
+
+int mtd_erase_all(const char *mtd_device, int jffs2);
+
+#endif /* ~__MTD_ERASE_ALL_H */