mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 21:40:49 +00:00
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>
This commit is contained in:
parent
bb0a18e110
commit
7d9aa9c099
@ -35,6 +35,8 @@
|
|||||||
#define PCI_CLASS_BRIDGE_PCI 0x0604
|
#define PCI_CLASS_BRIDGE_PCI 0x0604
|
||||||
#define PCI_CLASS_BRIDGE_OTHER 0x0680
|
#define PCI_CLASS_BRIDGE_OTHER 0x0680
|
||||||
|
|
||||||
|
#define PCI_CLASS_COMMUNICATION_OTHER 0x0780
|
||||||
|
|
||||||
#define PCI_CLASS_PROCESSOR_CO 0x0b40
|
#define PCI_CLASS_PROCESSOR_CO 0x0b40
|
||||||
#define PCI_CLASS_PROCESSOR_POWERPC 0x0b20
|
#define PCI_CLASS_PROCESSOR_POWERPC 0x0b20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user