X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fyaffs_osglue.h;h=bb008f9a8ced71c5113a3901aa9494b5d17dcd9c;hb=07353dd87a46afc753441028af8f5e8629b13bdc;hp=ec92f9d2b094c8fbb6ea892459429f4296b15fba;hpb=3c25b14489d1ef9c4ba073dacd9a9f8bb218fe32;p=yaffs2.git diff --git a/direct/yaffs_osglue.h b/direct/yaffs_osglue.h index ec92f9d..bb008f9 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 @@ -36,7 +36,7 @@ void *yaffsfs_malloc(size_t size); void yaffsfs_free(void *ptr); void yaffsfs_OSInitialisation(void); - + #endif