- // static initialiser
- static IOPMPowerStateQueue *PMPowerStateQueue(OSObject *owner);
-
- // Enqueues an activityTickle request to be executed on the workloop
- virtual bool unIdleOccurred(IOService *, unsigned long);
-
- // Enqueues a feature changed notify request to be executed on the workloop
- virtual bool featureChangeOccurred(uint32_t, IOService *);
- };
-
- #endif /* _IOPMPOWERSTATEQUEUE_H_ */
-