summaryrefslogtreecommitdiffstats
path: root/driver/pciDriver.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2012-11-13 19:05:18 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2012-11-13 19:05:18 +0100
commit4d411e0dd94cea2b71e6c526399ef96cdf3cb364 (patch)
tree2a54177f794120ae9b3c8df446f560c5f7325b45 /driver/pciDriver.h
parent4a39fdf798b4f8f6dadc7109f04587dced12b5a9 (diff)
downloadpcitool-4d411e0dd94cea2b71e6c526399ef96cdf3cb364.tar.gz
pcitool-4d411e0dd94cea2b71e6c526399ef96cdf3cb364.tar.bz2
pcitool-4d411e0dd94cea2b71e6c526399ef96cdf3cb364.tar.xz
pcitool-4d411e0dd94cea2b71e6c526399ef96cdf3cb364.zip
Provide information on device location (bus,device,function)
Diffstat (limited to 'driver/pciDriver.h')
-rw-r--r--driver/pciDriver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h
index 159f6ad..d548765 100644
--- a/driver/pciDriver.h
+++ b/driver/pciDriver.h
@@ -170,6 +170,7 @@ typedef struct {
unsigned short device_id;
unsigned short bus;
unsigned short slot;
+ unsigned short func;
unsigned short devfn;
unsigned char interrupt_pin;
unsigned char interrupt_line;