Some fixes and add NOR integrity code
[yaffs2.git] / direct / nor_stress.h
1 #ifndef __NOR_STRESS_H__
2 #define __NOR_STRESS_H__
3
4 void NorStressTestInitialise(const char *path);
5 void NorStressTestRun(const char *path);
6
7 #endif
8