X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fyaffs_malloc.h;h=d0c23479aaada25837d5f6d0d8378fcb08577936;hb=abe16e8d584a1e0e8a0ef9efa41d20af71564f41;hp=245f9c96340dcfdd41b6cc00997e5a9493f488df;hpb=4c33edf8895483e35041565fb744103a43532fb7;p=yaffs2.git diff --git a/direct/yaffs_malloc.h b/direct/yaffs_malloc.h index 245f9c9..d0c2347 100644 --- a/direct/yaffs_malloc.h +++ b/direct/yaffs_malloc.h @@ -1,8 +1,7 @@ -#ifndef __YAFFS_MALLOC_H__ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -14,6 +13,9 @@ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ +#ifndef __YAFFS_MALLOC_H__ +#define __YAFFS_MALLOC_H__ + #include void *yaffs_malloc(size_t size);