]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/machine_cpu.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / ppc / machine_cpu.h
index 02c5d403e02657af8f345515e9ec71ad63a13373..13967afec10b2e52a15baf5d0fcba0562d30eea3 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -36,8 +36,10 @@ extern void  cpu_doshutdown(
 extern void    cpu_signal_handler(
        void);
 
 extern void    cpu_signal_handler(
        void);
 
-typedef void (*broadcastFunc) (int);
+typedef void (*broadcastFunc) (uint32_t);
 
 int32_t cpu_broadcast(uint32_t *, broadcastFunc, uint32_t);
 
 
 int32_t cpu_broadcast(uint32_t *, broadcastFunc, uint32_t);
 
+#define cpu_pause()            /* Not for this architecture */
+
 #endif /* _PPC_MACHINE_CPU_H_ */
 #endif /* _PPC_MACHINE_CPU_H_ */