X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/91447636331957f3d9b5ca5b508f07c526b0074d..0c530ab8987f0ae6a1a3d9284f40182b88852816:/osfmk/ppc/machine_cpu.h?ds=sidebyside diff --git a/osfmk/ppc/machine_cpu.h b/osfmk/ppc/machine_cpu.h index 02c5d403e..13967afec 100644 --- a/osfmk/ppc/machine_cpu.h +++ b/osfmk/ppc/machine_cpu.h @@ -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@ * @@ -36,8 +36,10 @@ extern void cpu_doshutdown( extern void cpu_signal_handler( void); -typedef void (*broadcastFunc) (int); +typedef void (*broadcastFunc) (uint32_t); int32_t cpu_broadcast(uint32_t *, broadcastFunc, uint32_t); +#define cpu_pause() /* Not for this architecture */ + #endif /* _PPC_MACHINE_CPU_H_ */