#ifndef _LINUX_BSEARCH_H #define _LINUX_BSEARCH_H #include void *bsearch(const void *key, const void *base, size_t num, size_t size, int (*cmp)(const void *key, const void *elt)); #endif /* _LINUX_BSEARCH_H */ stanz.ch/cgit.cgi/linux/net-next.git/atom/net/sched/act_police.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines