view packages/fs/yaffs/current/src/direct/tests/yaffs_fsx.h @ 425:dea4d7d250ad ecos

Move sources into packages/fs/yaffs/current/src/
author Ross Younger <wry@ecoscentric.com>
date Fri, 14 May 2010 16:03:09 +0100
parents direct/tests/yaffs_fsx.h@22b5cf141a53
children
line wrap: on
line source

#ifndef __YAFFS_FSX_H__
#define __YAFFS_FSX_H__

int yaffs_fsx_main(const char *mountpt,int n_cycles);
int yaffs_fsx_init(const char *mountpt);
int yaffs_fsx_complete(void);
void yaffs_fsx_do_op(void);

#endif