X-Git-Url: https://yaffs.net/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_osglue.h;h=5325e52fc51b884b0049995fdb331519636a0f82;hp=e81c8e87e197e0d87e67d885fbbf904275acdfba;hb=1f3d64d1d804fef6715126dead54bf30b176c67e;hpb=472c70456396a6f2019bfabe83bd292782dbd978 diff --git a/direct/yaffs_osglue.h b/direct/yaffs_osglue.h index e81c8e8..5325e52 100644 --- a/direct/yaffs_osglue.h +++ b/direct/yaffs_osglue.h @@ -1,8 +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-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * @@ -35,8 +34,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 write_request); + void yaffsfs_OSInitialisation(void); - + #endif