[PATCH 4/6] PCI: Add PME_TURN_OFF message macro

From: Frank Li
Date: Tue Jan 30 2024 - 19:47:26 EST


Add PME_TURN_OFF macros to enable a PCIe host driver to send PME messages.

Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
---
drivers/pci/pci.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h
index fe42f5d10b010..46bbd815efccf 100644
--- a/drivers/pci/pci.h
+++ b/drivers/pci/pci.h
@@ -40,6 +40,8 @@
#define PCI_MSG_CODE_DEASSERT_INTC 0x26
#define PCI_MSG_CODE_DEASSERT_INTD 0x27

+#define PCI_MSG_CODE_PME_TURN_OFF 0x19
+
extern const unsigned char pcie_link_speed[];
extern bool pci_early_dump;


--
2.34.1