summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libldetect.h b/libldetect.h
index e3b9b6a..36526de 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -20,6 +20,7 @@ struct pciusb_entry {
unsigned short pci_revision:8; /* pci revision 8 bits wide */
unsigned short usb_port; /* pci function id 3 bits wide */
+ unsigned short is_pciexpress:1; /* is it PCI express */
char *module;
char *text;