Update policy_engine.h
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
#define PDB_EVT_PE_I_OVRTEMP EVENT_MASK(5)
|
||||
#define PDB_EVT_PE_PPS_REQUEST EVENT_MASK(6)
|
||||
#define PDB_EVT_PE_MSG_RX_PEND EVENT_MASK(7) /* Never SEND THIS DIRECTLY*/
|
||||
#define PDB_EVT_PE_GET_SOURCE_CAP EVENT_MASK(8)
|
||||
#define PDB_EVT_PE_NEW_POWER EVENT_MASK(9)
|
||||
#define PDB_EVT_PE_ALL (EVENT_MASK(9) - 1)
|
||||
class PolicyEngine {
|
||||
public:
|
||||
// Sets up internal state and registers the thread
|
||||
|
||||
Reference in New Issue
Block a user