]> git.sur5r.net Git - u-boot/blobdiff - fs/yaffs2/yaffs_malloc.h
ppc4xx: Disable EEPROM write access on PMC440 boards
[u-boot] / fs / yaffs2 / yaffs_malloc.h
index 122fb4c06f8ae2f94f349324ed7a467899bf335b..3ed6175163aa001320f78c36cc82743dd2cc5368 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef __YAFFS_MALLOC_H__
 /*
- * 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-2007 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
+
 /* XXX U-BOOT XXX */
 #if 0
 #include <stdlib.h>
-#endif 
+#endif
 
-void *yaffs_malloc(size_t size); 
+void *yaffs_malloc(size_t size);
 void yaffs_free(void *ptr);
-#endif
 
+#endif