X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..cc8bc92ae4a8e9f1a1ab61bf83d34ad8150b3405:/iokit/IOKit/pwr_mgt/IOPMinformeeList.h diff --git a/iokit/IOKit/pwr_mgt/IOPMinformeeList.h b/iokit/IOKit/pwr_mgt/IOPMinformeeList.h index 8efd4a654..f06689def 100644 --- a/iokit/IOKit/pwr_mgt/IOPMinformeeList.h +++ b/iokit/IOKit/pwr_mgt/IOPMinformeeList.h @@ -31,6 +31,7 @@ class IOPMinformee; class IOService; +extern uint32_t gCanSleepTimeout; class IOPMinformeeList : public OSObject { @@ -45,7 +46,7 @@ private: public: void initialize ( void ); - void free ( void ); + void free ( void ) APPLE_KEXT_OVERRIDE; unsigned long numberOfItems ( void );