Restructure tests
[yaffs2.git] / direct / tests / 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, int n_cycles, int do_fsx);
6
7 #endif
8