view packages/fs/yaffs/current/src/direct/tests/nor_stress.h @ 298:07c18ca96388

Move upstream sources to packages/fs/yaffs/current/src/
author Ross Younger <wry@ecoscentric.com>
date Tue, 03 Nov 2009 15:21:23 +0000
parents direct/tests/nor_stress.h@a8738fee77c1
children
line wrap: on
line source

#ifndef __NOR_STRESS_H__
#define __NOR_STRESS_H__

void NorStressTestInitialise(const char *path);
void NorStressTestRun(const char *path, int n_cycles, int do_fsx);

#endif