summaryrefslogtreecommitdiff
path: root/src/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pci.h')
-rw-r--r--src/pci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pci.h b/src/pci.h
index 78d6c9f..374f7b3 100644
--- a/src/pci.h
+++ b/src/pci.h
@@ -29,6 +29,10 @@ struct pci_device {
char * sysfs_label;
unsigned char uses_sysfs;
unsigned int vf_index;
+ unsigned int vpd_count;
+ unsigned int vpd_pfi;
+ unsigned int vpd_port;
+ struct pci_device *vpd_pf;
struct pci_device *pf;
struct list_head vfnode;
struct list_head vfs;