X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a3d08fcd5120d2aa8303b6349ca8b14e3f284af3..91447636331957f3d9b5ca5b508f07c526b0074d:/osfmk/mach/machine/rpc.h?ds=inline diff --git a/osfmk/mach/machine/rpc.h b/osfmk/mach/machine/rpc.h index 3d3f19243..62cacfd7b 100644 --- a/osfmk/mach/machine/rpc.h +++ b/osfmk/mach/machine/rpc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -19,11 +19,11 @@ * * @APPLE_LICENSE_HEADER_END@ */ + #ifndef _MACH_MACHINE_RPC_H_ #define _MACH_MACHINE_RPC_H_ - -#if defined (__ppc__) +#if defined (__ppc__) || defined (__ppc64__) #include "mach/ppc/rpc.h" #elif defined (__i386__) #include "mach/i386/rpc.h" @@ -31,5 +31,4 @@ #error architecture not supported #endif - -#endif /* _MACH_MACHINE_RPC_H_ */ +#endif /* _MACH_MACHINE_RPC_H_ */