view direct/tests/yaffs_fsx.h @ 248:a8738fee77c1

Restructure tests
author charles
date Sun, 04 Jan 2009 21:44:24 +0000
parents
children 8f7c77cf2c67
line wrap: on
line source

#ifndef __YAFFS_FSX_H__
#define __YAFFS_FSX_H__

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

#endif