Loading...
--- xnu/xnu-12377.121.6/iokit/IOKit/IOSharedDataQueue.h
+++ xnu/xnu-8792.61.2/iokit/IOKit/IOSharedDataQueue.h
@@ -88,7 +88,7 @@
* @param size The size of the data queue memory region.
* @result Returns the newly allocated IOSharedDataQueue instance. Zero is returned on failure.
*/
- static OSPtr<IOSharedDataQueue> withCapacity(UInt32 size __xnu_data_size);
+ static OSPtr<IOSharedDataQueue> withCapacity(UInt32 size);
/*!
* @function withEntries
@@ -98,7 +98,7 @@
* @param entrySize Size of each entry.
* @result Reeturns the newly allocated IOSharedDataQueue instance. Zero is returned on failure.
*/
- static OSPtr<IOSharedDataQueue> withEntries(UInt32 numEntries, UInt32 entrySize __xnu_data_size);
+ static OSPtr<IOSharedDataQueue> withEntries(UInt32 numEntries, UInt32 entrySize);
/*!
* @function initWithCapacity