X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Fyaffs2%2Fyaffs_malloc.h;h=3ed6175163aa001320f78c36cc82743dd2cc5368;hb=19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172;hp=122fb4c06f8ae2f94f349324ed7a467899bf335b;hpb=8641ff266ae6638da201747c239fd39ba34c4958;p=u-boot diff --git a/fs/yaffs2/yaffs_malloc.h b/fs/yaffs2/yaffs_malloc.h index 122fb4c06f..3ed6175163 100644 --- a/fs/yaffs2/yaffs_malloc.h +++ b/fs/yaffs2/yaffs_malloc.h @@ -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 @@ -13,14 +13,13 @@ * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ - + /* XXX U-BOOT XXX */ #if 0 #include -#endif +#endif -void *yaffs_malloc(size_t size); +void *yaffs_malloc(size_t size); void yaffs_free(void *ptr); - -#endif +#endif