]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/internal.h
pciids, not ids.
[pciutils.git] / lib / internal.h
index 0a786c103b9ad619d228541b1ce45dc31cf48f63..d3a87b18c5e0b7c3dbf34e47acef40381e2f982b 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: internal.h,v 1.5 2000/04/29 12:56:23 mj Exp $
+ *     $Id: internal.h,v 1.7 2002/12/26 19:28:33 mj Exp $
  *
  *     The PCI Library -- Internal Include File
  *
- *     Copyright (c) 1997--2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--2000 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
@@ -91,4 +91,4 @@ struct pci_dev *pci_alloc_dev(struct pci_access *);
 int pci_link_dev(struct pci_access *, struct pci_dev *);
 
 extern struct pci_methods pm_intel_conf1, pm_intel_conf2, pm_linux_proc,
-  pm_syscalls, pm_fbsd_device, pm_aix_device, pm_dump;
+  pm_syscalls, pm_fbsd_device, pm_aix_device, pm_nbsd_libpci, pm_dump;