X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Faccess.c;h=0ee85c13aa454cd8880b0099c6054dcd1a00165a;hb=73750606a04f8163f9c398c2169d8539e8dcb459;hp=5683eac8dd96a7b3e1b9c493024e155c227af2dc;hpb=489233b45bc68e94b2d065f696ed22bc6e6eec02;p=pciutils.git diff --git a/lib/access.c b/lib/access.c index 5683eac..0ee85c1 100644 --- a/lib/access.c +++ b/lib/access.c @@ -47,6 +47,11 @@ static struct pci_methods *pci_methods[PCI_ACCESS_MAX] = { #else NULL, #endif +#ifdef PCI_HAVE_PM_OBSD_DEVICE + &pm_obsd_device, +#else + NULL, +#endif #ifdef PCI_HAVE_PM_DUMP &pm_dump, #else