diff options
author | Amit Shah <amit.shah@redhat.com> | 2009-06-09 22:12:46 +0530 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-16 15:36:47 -0500 |
commit | 7d9aa9c0994cc6a6c0cf9eeed2f380666d21ba08 (patch) | |
tree | 0390b020cb8cb171110482ae089e82b3fec37061 /hw | |
parent | bb0a18e11056c3b8c32e65b97340ca8ae84ba855 (diff) | |
download | qemu-7d9aa9c0994cc6a6c0cf9eeed2f380666d21ba08.tar.gz qemu-7d9aa9c0994cc6a6c0cf9eeed2f380666d21ba08.tar.bz2 qemu-7d9aa9c0994cc6a6c0cf9eeed2f380666d21ba08.zip |
pci: add define for communication class devices
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 427fcd510c..3afe6748f2 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -35,6 +35,8 @@ #define PCI_CLASS_BRIDGE_PCI 0x0604 #define PCI_CLASS_BRIDGE_OTHER 0x0680 +#define PCI_CLASS_COMMUNICATION_OTHER 0x0780 + #define PCI_CLASS_PROCESSOR_CO 0x0b40 #define PCI_CLASS_PROCESSOR_POWERPC 0x0b20 |