]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOStartIOKit.cpp
xnu-792.10.96.tar.gz
[apple/xnu.git] / iokit / Kernel / IOStartIOKit.cpp
index 010c14c5926caecd034677bc956781465a7da47d..33c3731d80e363f7636d0ea8e82b1d0aff7e1568 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1998-2005 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -45,6 +45,7 @@
 extern "C" {
 
 extern void OSlibkernInit (void);
+extern void ml_hpet_cfg(uint32_t, uint32_t);
 
 #include <kern/clock.h>
 
@@ -59,6 +60,7 @@ void IOKitResetTime( void )
 #ifndef i386
        IOService::waitForService(
                IOService::resourceMatching("IONVRAM"), &t );
+
 #endif
 
     clock_initialize_calendar();