/*
- * Copyright (c) 2004-2007 Apple Inc. All rights reserved.
+ * Copyright (c) 2004-2010 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
uint32_t spare1;
} rtc_nanotime_t;
+#if 0
#include <kern/etimer.h>
+#endif
struct cpu_data;
uint32_t shift,
rtc_nanotime_t *dst);
+extern void _rtc_nanotime_adjust(
+ uint64_t tsc_base_delta,
+ rtc_nanotime_t *dst);
+
extern uint64_t _rtc_nanotime_read(
rtc_nanotime_t *rntp,
int slow);