#include <kern/thread_call.h>
#include <kern/clock.h>
+
/*
* min/max macros.
*/
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);