Some fixes and add NOR integrity code
[yaffs2.git] / direct / nor_stress.h
diff --git a/direct/nor_stress.h b/direct/nor_stress.h
new file mode 100644 (file)
index 0000000..e17db29
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __NOR_STRESS_H__
+#define __NOR_STRESS_H__
+
+void NorStressTestInitialise(const char *path);
+void NorStressTestRun(const char *path);
+
+#endif
+