]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IORangeAllocator.h
xnu-2782.10.72.tar.gz
[apple/xnu.git] / iokit / IOKit / IORangeAllocator.h
index b6f7ee17b8067c4352fb498e942590e1900275a0..d81bbefc2d42249da44189b6caf4d2c06a641078 100644 (file)
@@ -40,7 +40,7 @@
 #include <libkern/c++/OSObject.h>
 #include <IOKit/IOTypes.h>
 
 #include <libkern/c++/OSObject.h>
 #include <IOKit/IOTypes.h>
 
-typedef UInt32 IORangeScalar;
+typedef IOByteCount IORangeScalar;
 
 /*! @class IORangeAllocator
     @abstract A utility class to manage allocations from a range.
 
 /*! @class IORangeAllocator
     @abstract A utility class to manage allocations from a range.
@@ -94,7 +94,8 @@ public:
     @result Returns the new IORangeAllocator instance, to be released by the caller, or zero on failure. */
 
     static IORangeAllocator * withRange( IORangeScalar endOfRange,
     @result Returns the new IORangeAllocator instance, to be released by the caller, or zero on failure. */
 
     static IORangeAllocator * withRange( IORangeScalar endOfRange,
-                                       IORangeScalar defaultAlignment = 0,                                             UInt32 capacity = 0,
+                                       IORangeScalar defaultAlignment = 0,
+                                       UInt32 capacity = 0,
                                        IOOptionBits options = 0 );
 
     virtual void free();
                                        IOOptionBits options = 0 );
 
     virtual void free();