Merge branch 'quick_tests'
[yaffs2.git] / direct / yaffs_malloc.h
index 245f9c96340dcfdd41b6cc00997e5a9493f488df..d0c23479aaada25837d5f6d0d8378fcb08577936 100644 (file)
@@ -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 <charles@aleph1.co.uk>
@@ -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 <stdlib.h>
  
 void *yaffs_malloc(size_t size);