summaryrefslogtreecommitdiff
path: root/lib/obsd-device.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2008-11-18 20:24:19 +0000
committerMartin Mares <mj@ucw.cz>2008-11-21 22:00:38 +0100
commit52c815195259cc9d388fac44ead8191de7d24c76 (patch)
tree7eaa7421ffd7ac96fe4c8a2c7a8af159c12d77a9 /lib/obsd-device.c
parentdd1b6bb45a7f3a770adc45d40c96225d86be956f (diff)
downloadpciutils-52c815195259cc9d388fac44ead8191de7d24c76.tar.gz
Add pci_read_vpd() function and internal read_vpd() method
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'lib/obsd-device.c')
-rw-r--r--lib/obsd-device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/obsd-device.c b/lib/obsd-device.c
index 62395b3..dc68422 100644
--- a/lib/obsd-device.c
+++ b/lib/obsd-device.c
@@ -146,6 +146,7 @@ struct pci_methods pm_obsd_device = {
pci_generic_fill_info,
obsd_read,
obsd_write,
+ NULL, /* read_vpd */
NULL, /* dev_init */
NULL /* dev_cleanup */
};