X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/13fec9890cf095cc781fdf7b8917cb03bf32dd4c..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/iokit/IOKit/IOUserClient.h diff --git a/iokit/IOKit/IOUserClient.h b/iokit/IOKit/IOUserClient.h index d5c1d23d2..cbf9d4969 100644 --- a/iokit/IOKit/IOUserClient.h +++ b/iokit/IOKit/IOUserClient.h @@ -102,7 +102,10 @@ protected: public: OSSet * mappings; - void * __reserved[8]; + UInt8 sharedInstance; + + UInt8 __reservedA[3]; + void * __reserved[7]; private: OSMetaClassDeclareReservedUnused(IOUserClient, 0); @@ -137,6 +140,10 @@ public: static IOReturn clientHasPrivilege( void * securityToken, const char * privilegeName ); +#if !(defined(__ppc__) && defined(KPI_10_4_0_PPC_COMPAT)) + virtual bool init(); + virtual bool init( OSDictionary * dictionary ); +#endif // Currently ignores the all args, just passes up to IOService::init() virtual bool initWithTask( task_t owningTask, void * securityToken, UInt32 type,