rtems support: Rudimentary test harness now working.
[yaffs2.git] / rtems / rtems-y-test / yaffs-rtems-flashsim.h
diff --git a/rtems/rtems-y-test/yaffs-rtems-flashsim.h b/rtems/rtems-y-test/yaffs-rtems-flashsim.h
new file mode 100644 (file)
index 0000000..d9b5e41
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __YAFFS_FLASH_SIM_H__
+#define __YAFFS_FLASH_SIM_H__
+
+struct yaffs_dev;
+
+struct yaffs_dev *yaffs_rtems_flashsim_setup(void);
+
+#endif
+