unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git] / include / linux / list_sort.h
blobba79956e848d5d86ea9194f64c59bf0c60c4b65a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_LIST_SORT_H
3 #define _LINUX_LIST_SORT_H
5 #include <linux/types.h>
7 struct list_head;
9 void list_sort(void *priv, struct list_head *head,
10 int (*cmp)(void *priv, struct list_head *a,
11 struct list_head *b));
12 #endif