yaffsfs: Add commenting for OS glue interface
[yaffs2.git] / direct / yaffs_osglue.h
index ec92f9d2b094c8fbb6ea892459429f4296b15fba..739dddbde7f3e98d0f748880fb8d562b2321396b 100644 (file)
@@ -1,7 +1,7 @@
 /*
 /*
- * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
+ * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
@@ -35,8 +35,10 @@ void yaffsfs_SetError(int err);
 void *yaffsfs_malloc(size_t size);
 void yaffsfs_free(void *ptr);
 
 void *yaffsfs_malloc(size_t size);
 void yaffsfs_free(void *ptr);
 
+int yaffsfs_CheckMemRegion(const void *addr, size_t size, int write_request);
+
 void yaffsfs_OSInitialisation(void);
 void yaffsfs_OSInitialisation(void);
+
 
 #endif
 
 
 #endif