X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e3027f41d0120b4278cca462f397b6619dcd9ac5..0b4e3aa066abc0728aacb4bbeb86f53f9737156e:/iokit/IOKit/IOLib.h diff --git a/iokit/IOKit/IOLib.h b/iokit/IOKit/IOLib.h index 7e46f2a13..1f02f63cd 100644 --- a/iokit/IOKit/IOLib.h +++ b/iokit/IOKit/IOLib.h @@ -51,6 +51,7 @@ extern "C" { #include #include + /* * min/max macros. */ @@ -281,7 +282,7 @@ static inline IOFixed IOFixedDivide(IOFixed a, IOFixed b) void IOPanic(const char *reason); -/* The AbsoluteTime clock API exported by kern/clock.h +/* The API exported by kern/clock.h should be used for high resolution timing. */ void IOGetTime( mach_timespec_t * clock_time);