]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ppc/cpu.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / ppc / cpu.h
index e7a2dc69e383db46de664c88a77985f189644291..5aa43232f7a91f88e9840c180f47bf32d68e98e4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 1993 NeXT Computer, Inc. All rights reserved.
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  
 #ifndef        _BSD_PPC_CPU_H_
 #define        _BSD_PPC_CPU_H_
-  
+
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE 
 #define        cpu_number()    (0)
+#endif /* __APPLE_API_OBSOLETE */
 
 #endif /* _BSD_PPC_CPU_H_ */