blob: 686b7a5ad790cbe46034d20eee73dbd6b9fcb4f5 [file] [log] [blame]
#ifndef FIO_FLIST_SORT_H
#define FIO_FLIST_SORT_H
struct flist_head;
void flist_sort(void *priv, struct flist_head *head,
int (*cmp)(void *priv, struct flist_head *a,
struct flist_head *b));
#endif