aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/pci.h
diff options
context:
space:
mode:
authorGlenn Brown <glenn@myri.com>2010-06-23 13:18:33 -0700
committerMichael Brown <mcb30@ipxe.org>2010-06-24 23:31:35 +0100
commit9908587ca25a9137f9362e26134510c1788e05d9 (patch)
treefa5011a97ce5b036e01afb9b091b9334b8015c33 /src/include/ipxe/pci.h
parent3094d2cf33c072f5d8443adb3526f58fee72d24c (diff)
downloadipxe-9908587ca25a9137f9362e26134510c1788e05d9.tar.gz
[pci] Define Vendor Specific capability ID
Add a PCI_CAP_ID_VNDR definition for the PCI standard "Vendor Specific" capability ID. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/pci.h')
-rw-r--r--src/include/ipxe/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/pci.h b/src/include/ipxe/pci.h
index 60ac8bf7c..fb0880c2f 100644
--- a/src/include/ipxe/pci.h
+++ b/src/include/ipxe/pci.h
@@ -159,6 +159,7 @@ FILE_LICENCE ( GPL2_ONLY );
#define PCI_CAP_ID_SLOTID 0x04 /* Slot Identification */
#define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */
#define PCI_CAP_ID_CHSWP 0x06 /* CompactPCI HotSwap */
+#define PCI_CAP_ID_VNDR 0x09 /* Vendor specific */
#define PCI_CAP_ID_EXP 0x10 /* PCI Express */
#define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */
#define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */