From 148de920337454ba8db5fdf3725c8d1e35f007cf Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 13 May 2014 08:30:56 +0200 Subject: [PATCH] add xen/include/xen/pci_ids.h forgotten in 64c4c7c8 --- xen/include/xen/pci_ids.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xen/include/xen/pci_ids.h diff --git a/xen/include/xen/pci_ids.h b/xen/include/xen/pci_ids.h new file mode 100644 index 0000000000..d8a3539e90 --- /dev/null +++ b/xen/include/xen/pci_ids.h @@ -0,0 +1,5 @@ +#define PCI_VENDOR_ID_AMD 0x1022 + +#define PCI_VENDOR_ID_NVIDIA 0x10de + +#define PCI_VENDOR_ID_INTEL 0x8086 -- 2.39.5