Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d01bd25d authored by spuligil's avatar spuligil
Browse files

fw-api: CL 11738256 - update fw common interface files

Add WMI_WOW_FLAG_SYSTEM_SUSPEND_WOW def

Change-Id: Id63888267857cd4025e7acf085ba9566d1d38515
CRs-Fixed: 2262693
parent 295f2cd5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -15833,6 +15833,11 @@ enum {
    WMI_WOW_FLAG_DO_HTC_WAKEUP              = 0x00000008,
    /* Enable L1SS sleep for PCIE DRV case */
    WMI_WOW_FLAG_ENABLE_DRV_PCIE_L1SS_SLEEP = 0x00000010,
    /*
     * To differentiate system suspend Vs RTPM BIT set -
     * Sytem Suspend WOW, BIT Reset- RTPM (DRV)
     */
    WMI_WOW_FLAG_SYSTEM_SUSPEND_WOW         = 0x00000020,
};
typedef struct {
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_    0
/** WMI revision number has to be incremented when there is a
 *  change that may or may not break compatibility. */
#define __WMI_REVISION_ 902
#define __WMI_REVISION_ 903

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work