X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_osglue.h;h=7fe0bf4fc294f4e5f6c0baae3fe4faeecc9fda03;hp=ec92f9d2b094c8fbb6ea892459429f4296b15fba;hb=fd65eb6c02fba80b81f6e6f327ebb73250cbd9f5;hpb=05f5305b2d17b0e2889338724b864cf80f309437 diff --git a/direct/yaffs_osglue.h b/direct/yaffs_osglue.h index ec92f9d..7fe0bf4 100644 --- a/direct/yaffs_osglue.h +++ b/direct/yaffs_osglue.h @@ -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 @@ -35,8 +35,10 @@ void yaffsfs_SetError(int err); void *yaffsfs_malloc(size_t size); void yaffsfs_free(void *ptr); +int yaffsfs_CheckMemRegion(const void *addr, size_t size, int writeable); + void yaffsfs_OSInitialisation(void); - + #endif