X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..89b3af67bb32e691275bf6fa803d1834b2284115:/iokit/IOKit/IOUserClient.h diff --git a/iokit/IOKit/IOUserClient.h b/iokit/IOKit/IOUserClient.h index 17378e7bd..773145bcb 100644 --- a/iokit/IOKit/IOUserClient.h +++ b/iokit/IOKit/IOUserClient.h @@ -108,7 +108,10 @@ protected: public: OSSet * mappings; - void * __reserved[8]; + UInt8 sharedInstance; + + UInt8 __reservedA[3]; + void * __reserved[7]; private: OSMetaClassDeclareReservedUnused(IOUserClient, 0); @@ -143,6 +146,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,