yaffs Add function to get number of open handles
[yaffs2.git] / direct / yaffsfs.h
index 4b2ebe94176c8c29e164a840a07bf226230710cd..425e0f185ad1494562ba59be0804552df4b8933d 100644 (file)
@@ -158,6 +158,7 @@ loff_t yaffs_totalspace(const YCHAR *path);
 
 int yaffs_inodecount(const YCHAR *path);
 
+int yaffs_n_handles(const YCHAR *path);
 
 struct yaffs_DeviceStruct;
 void yaffs_AddDevice(struct yaffs_DeviceStruct *dev);
@@ -167,6 +168,7 @@ int yaffs_StartUp(void);
 
 /* Function only for debugging */
 void * yaffs_getdev(const YCHAR *path);
+int yaffs_DumpDevStruct(const YCHAR *path);
 
 #endif