Some fixes and add NOR integrity code
[yaffs2.git] / direct / yaffs_malloc.h
index 245f9c96340dcfdd41b6cc00997e5a9493f488df..99963a7432c71ed4b2f3e232c86382abea8da4f6 100644 (file)
@@ -1,4 +1,3 @@
-#ifndef __YAFFS_MALLOC_H__
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
@@ -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);