From 5af4918356a224735b7a2d5034d714e1ebedb49e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 8 Jan 2007 03:23:38 +0000 Subject: Added support for wildcard device/vendor ID matches --- src/include/gpxe/pci.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') 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 */ -- cgit v1.2.3-55-g7522