yaffsfs.c: Fix NULL dereference in yaffs_unmount2_reldev()
[yaffs2.git] / 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