X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Finternal.h;h=d3a87b18c5e0b7c3dbf34e47acef40381e2f982b;hb=239ff18adf556b63a16be968725ba9fd0e6d5227;hp=0a786c103b9ad619d228541b1ce45dc31cf48f63;hpb=a239ade69720d1fc329a30fed63fd6237c41fd22;p=pciutils.git diff --git a/lib/internal.h b/lib/internal.h index 0a786c1..d3a87b1 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -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 + * Copyright (c) 1997--2000 Martin Mares * * 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;