]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IORangeAllocator.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / iokit / IOKit / IORangeAllocator.h
index d81bbefc2d42249da44189b6caf4d2c06a641078..290194bb4da3ebe1ac7bcd0d5702bb735b5f9701 100644 (file)
@@ -98,8 +98,8 @@ public:
                                        UInt32 capacity = 0,
                                        IOOptionBits options = 0 );
 
-    virtual void free();
-    virtual bool serialize(OSSerialize *s) const;
+    virtual void free() APPLE_KEXT_OVERRIDE;
+    virtual bool serialize(OSSerialize *s) const APPLE_KEXT_OVERRIDE;
 
 /*! @function getFragmentCount
     @abstract Accessor to return the number of free fragments in the range.