Mercurial > yaffs-ecoscentric-gpl
annotate yaffs_qsort.h @ 336:454310c32ff2
Clear creation counters when deinitialising.
| author | charles <charles> |
|---|---|
| date | Fri, 01 Jan 2010 23:54:03 +0000 |
| parents | c0dfae9e8073 |
| children | b5309c9b6d7f |
| 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 |
|
271
c0dfae9e8073
Major whitespace/style changes to match Linux checkpatch.pl code style
wookey <wookey>
parents:
198
diff
changeset
|
20 extern void yaffs_qsort(void *const base, size_t total_elems, size_t size, |
|
c0dfae9e8073
Major whitespace/style changes to match Linux checkpatch.pl code style
wookey <wookey>
parents:
198
diff
changeset
|
21 int (*cmp)(const void *, const void *)); |
| 130 | 22 |
| 23 #endif |
