X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/13fec9890cf095cc781fdf7b8917cb03bf32dd4c..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/iokit/Kernel/IOPMPowerStateQueue.h diff --git a/iokit/Kernel/IOPMPowerStateQueue.h b/iokit/Kernel/IOPMPowerStateQueue.h index 2f87ebbc8..4ec35004a 100644 --- a/iokit/Kernel/IOPMPowerStateQueue.h +++ b/iokit/Kernel/IOPMPowerStateQueue.h @@ -49,6 +49,9 @@ private: }; void *changes; +#ifdef __i386__ + IOLock *tmpLock; +#endif protected: virtual bool checkForWork(void);