yaffs Compilation clean ups
[yaffs2.git] / direct / yaffsfs.h
index 7961dff71ced4719bea2f5ed28bd9d40a0f970dd..7c36dabdd7a7cf5a2bc0b89dc0781ca721fa3b74 100644 (file)
@@ -164,6 +164,11 @@ void yaffs_AddDevice(struct yaffs_DeviceStruct *dev);
 
 int yaffs_StartUp(void);
 
+
+/* Function only for debugging */
+void * yaffs_getdev(const YCHAR *path);
+int yaffs_DumpDevStruct(const YCHAR *path);
+
 #endif