]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/platform/AppleMacIODevice.h
xnu-4570.71.2.tar.gz
[apple/xnu.git] / iokit / IOKit / platform / AppleMacIODevice.h
index 8d033fd2541f8051b389e6c87e1d3337c8e55bb5..7a676e116d79a9225c96e096e13fd86bf70b1e59 100644 (file)
@@ -47,9 +47,9 @@ private:
   ExpansionData *reserved;
 
 public:
-  virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
-  virtual IOService *matchLocation(IOService *client);
-  virtual IOReturn getResources( void );
+  virtual bool compareName( OSString * name, OSString ** matched = 0 ) const APPLE_KEXT_OVERRIDE;
+  virtual IOService *matchLocation(IOService *client) APPLE_KEXT_OVERRIDE;
+  virtual IOReturn getResources( void ) APPLE_KEXT_OVERRIDE;
     
   OSMetaClassDeclareReservedUnused(AppleMacIODevice,  0);
   OSMetaClassDeclareReservedUnused(AppleMacIODevice,  1);