Mercurial > yaffs-ecoscentric-gpl
annotate yaffs_qsort.h @ 198:b7f785925166
Cleanup patch - Remove all trailing whitespace and fix a few typos.
| author | wookey <wookey> |
|---|---|
| date | Thu, 13 Dec 2007 15:35:17 +0000 |
| parents | 2c3cea26b1ca |
| children | c0dfae9e8073 |
| rev | line source |
|---|---|
| 130 | 1 /* |
|
198
b7f785925166
Cleanup patch - Remove all trailing whitespace and fix a few typos.
wookey <wookey>
parents:
179
diff
changeset
|
2 * YAFFS: Yet another Flash File System . A NAND-flash specific file system. |
| 130 | 3 * |
| 168 | 4 * Copyright (C) 2002-2007 Aleph One Ltd. |
| 149 | 5 * for Toby Churchill Ltd and Brightstar Engineering |
| 6 * | |
| 7 * Created by Charles Manning <charles@aleph1.co.uk> | |
| 8 * | |
| 9 * This program is free software; you can redistribute it and/or modify | |
| 10 * it under the terms of the GNU Lesser General Public License version 2.1 as | |
| 130 | 11 * published by the Free Software Foundation. |
| 12 * | |
| 168 | 13 * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. |
| 130 | 14 */ |
| 15 | |
| 168 | 16 |
| 149 | 17 #ifndef __YAFFS_QSORT_H__ |
| 18 #define __YAFFS_QSORT_H__ | |
| 130 | 19 |
| 179 | 20 extern void yaffs_qsort (void *const base, size_t total_elems, size_t size, |
| 149 | 21 int (*cmp)(const void *, const void *)); |
| 130 | 22 |
| 23 #endif |
