cregit-Linux how code gets into the kernel

Release 4.15 include/linux/list_sort.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_LIST_SORT_H

#define _LINUX_LIST_SORT_H

#include <linux/types.h>

struct list_head;

void list_sort(void *priv, struct list_head *head,
	       int (*cmp)(void *priv, struct list_head *a,
			  struct list_head *b));
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
David Chinner4897.96%150.00%
Greg Kroah-Hartman12.04%150.00%
Total49100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.