1
0
forked from me/IronOS

Update policy_engine.h

This commit is contained in:
Ben V. Brown
2021-04-05 11:56:52 +10:00
parent 96cf92f9f7
commit 87251573ee

View File

@@ -33,6 +33,9 @@
#define PDB_EVT_PE_I_OVRTEMP EVENT_MASK(5) #define PDB_EVT_PE_I_OVRTEMP EVENT_MASK(5)
#define PDB_EVT_PE_PPS_REQUEST EVENT_MASK(6) #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_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 { class PolicyEngine {
public: public:
// Sets up internal state and registers the thread // Sets up internal state and registers the thread