X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..2d21ac55c334faf3a56e5634905ed6987fc787d4:/iokit/Kernel/RootDomainUserClient.h diff --git a/iokit/Kernel/RootDomainUserClient.h b/iokit/Kernel/RootDomainUserClient.h index 548745c13..6f7356a85 100644 --- a/iokit/Kernel/RootDomainUserClient.h +++ b/iokit/Kernel/RootDomainUserClient.h @@ -50,8 +50,14 @@ private: IOPMrootDomain * fOwner; task_t fOwningTask; - IOReturn secureSleepSystem( int *return_code ); - IOReturn secureSetAggressiveness( unsigned long type, unsigned long newLevel, int *return_code ); + IOReturn secureSleepSystem( uint32_t *return_code ); + + IOReturn secureSleepSystemOptions( void *p1, void *p2, void *p3, + void *p4, void *p5, void *p6 ); + + IOReturn secureSetAggressiveness( unsigned long type, + unsigned long newLevel, + int *return_code ); public: