X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..d26ffc64f583ab2d29df48f13518685602bc8832:/iokit/IOKit/platform/AppleNMI.h diff --git a/iokit/IOKit/platform/AppleNMI.h b/iokit/IOKit/platform/AppleNMI.h index 14cd1ed10..216f22074 100644 --- a/iokit/IOKit/platform/AppleNMI.h +++ b/iokit/IOKit/platform/AppleNMI.h @@ -60,12 +60,12 @@ private: public: IOService *rootDomain; - virtual bool start(IOService *provider); + virtual bool start(IOService *provider) APPLE_KEXT_OVERRIDE; virtual IOReturn initNMI(IOInterruptController *parentController, OSData *parentSource); virtual IOReturn handleInterrupt(void *refCon, IOService *nub, int source); // Power handling methods: - virtual IOReturn powerStateWillChangeTo(IOPMPowerFlags, unsigned long, IOService*); + virtual IOReturn powerStateWillChangeTo(IOPMPowerFlags, unsigned long, IOService*) APPLE_KEXT_OVERRIDE; OSMetaClassDeclareReservedUnused(AppleNMI, 0); OSMetaClassDeclareReservedUnused(AppleNMI, 1);