fix error in conditional define (and move it after header)
authorcolin <colin>
Tue, 22 Jan 2008 10:25:02 +0000 (10:25 +0000)
committercolin <colin>
Tue, 22 Jan 2008 10:25:02 +0000 (10:25 +0000)
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);