summaryrefslogtreecommitdiff
path: root/include/linux/bsearch.h
blob: 90b1aa867224140aae88f5f32be48f7379728371 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _LINUX_BSEARCH_H
#define _LINUX_BSEARCH_H

#include <linux/types.h>

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 */
ers/net/can/sja1000/kvaser_pci.c?id=05780d9808f72dc28a5c3602e11a7c53aef972ad'>can: Fix FSF address in file headersJeff Kirsher 2013-09-21can: sja1000: remove unnecessary pci_set_drvdata()Jingoo Han 2013-04-16can: sja1000: use common prefix for all sja1000 definesOliver Hartkopp 2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman 2012-12-03can: remove __dev* attributesBill Pemberton 2012-04-16net/can: use module_pci_driverAxel Lin