summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/pci.h')
-rw-r--r--src/include/gpxe/pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/pci.h b/src/include/gpxe/pci.h
index 5fc210095..801bf2ccd 100644
--- a/src/include/gpxe/pci.h
+++ b/src/include/gpxe/pci.h
@@ -239,6 +239,9 @@ struct pci_device_id {
uint16_t device;
};
+/** Match-anything ID */
+#define PCI_ANY_ID 0xffff
+
/** A PCI device */
struct pci_device {
/** Generic device */