2 * $Id: pciutils.h,v 1.1 1997/12/23 10:29:18 mj Exp $
4 * Linux PCI Utilities -- Declarations
6 * Copyright (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
8 * Can be freely distributed and used under the terms of the GNU GPL.
11 #include <linux/types.h>
14 #define PROC_BUS_PCI "/proc/bus/pci"
15 #define ETC_PCI_IDS "/etc/pci.ids"
17 #define PROC_BUS_PCI "/tmp/bus/pci"
18 #define ETC_PCI_IDS "pci.ids"
29 void *xmalloc(unsigned int);
33 extern int show_numeric_ids;
35 char *lookup_vendor(word);
36 char *lookup_device(word, word);
37 char *lookup_device_full(word, word);
38 char *lookup_class(word);