From: Dmitry Fleytman Date: Wed, 1 Jun 2016 08:23:32 +0000 (+0300) Subject: pci: Introduce define for PM capability version 1.1 X-Git-Tag: v2.7.0-rc0~157^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83f17ed278dc5a8b3f7f2c8765f17ed4302b74e8;p=thirdparty%2Fqemu.git pci: Introduce define for PM capability version 1.1 Signed-off-by: Dmitry Fleytman Signed-off-by: Leonid Bloch Reviewed-by: Michael S. Tsirkin Signed-off-by: Jason Wang --- diff --git a/include/hw/pci/pci_regs.h b/include/hw/pci/pci_regs.h index ba8cbe92784..7a83142578b 100644 --- a/include/hw/pci/pci_regs.h +++ b/include/hw/pci/pci_regs.h @@ -1 +1,3 @@ #include "standard-headers/linux/pci_regs.h" + +#define PCI_PM_CAP_VER_1_1 0x0002 /* PCI PM spec ver. 1.1 */