]> mj.ucw.cz Git - pciutils.git/blobdiff - pciutils.h
Fixed problems with glibc 1.99 on PPC. Thanks, Geert.
[pciutils.git] / pciutils.h
index b8daf71be504fbf6e6807db84df6fc65fc996c0d..f46f2b4d97f0576aaa58f20111248d6381bf7de8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     $Id: pciutils.h,v 1.5 1998/06/08 07:59:58 mj Exp $
+ *     $Id: pciutils.h,v 1.8 1998/07/17 08:57:20 mj Exp $
  *
  *     Linux PCI Utilities -- Declarations
  *
@@ -16,7 +16,7 @@
 #include "pci.h"
 #endif
 
-#define PCIUTILS_VERSION "1.05"
+#define PCIUTILS_VERSION "1.07"
 
 #define PROC_BUS_PCI "/proc/bus/pci"
 #define ETC_PCI_IDS "/etc/pci.ids"
@@ -40,6 +40,9 @@ char *lookup_vendor(word);
 char *lookup_device(word, word);
 char *lookup_device_full(word, word);
 char *lookup_class(word);
+char *lookup_subsys_vendor(word);
+char *lookup_subsys_device(word, word);
+char *lookup_subsys_device_full(word, word);
 
 /* filter.c */