]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IODMAController.cpp
xnu-2422.1.72.tar.gz
[apple/xnu.git] / iokit / Kernel / IODMAController.cpp
index 603998035f6d746b734519b62a7cd8b2b3b41182..558fde64e78eefb699b4e5ffdccde2245d3d1c2c 100644 (file)
@@ -91,9 +91,9 @@ void IODMAController::completeDMACommand(IODMAEventSource *dmaES, IODMACommand *
   dmaES->completeDMACommand(dmaCommand);
 }
 
-void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount)
+void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp)
 {
-  dmaES->notifyDMACommand(dmaCommand, status, actualByteCount);
+  dmaES->notifyDMACommand(dmaCommand, status, actualByteCount, timeStamp);
 }