]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/timer.h
xnu-1699.32.7.tar.gz
[apple/xnu.git] / osfmk / machine / timer.h
index 8b8832f28d8ce688fd53da55c368bacbad79c796..ba8e5b5ff141f05b408d918bda92c262d5382e62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _MACHINE_TIMER_H
 #define _MACHINE_TIMER_H
 
-
-#if defined (__ppc__)
-#include "ppc/timer.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/timer.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_TIMER_H */