X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4452a7af2eac33dbad800bcc91f2399d62c18f53..b226f5e54a60dc81db17b1260381d7dbfea3cdf1:/bsd/machine/param.h diff --git a/bsd/machine/param.h b/bsd/machine/param.h index f8a8a8781..74b280059 100644 --- a/bsd/machine/param.h +++ b/bsd/machine/param.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -31,14 +31,12 @@ #ifndef _BSD_MACHINE_PARAM_H_ #define _BSD_MACHINE_PARAM_H_ - -#if defined (__ppc__) || defined (__ppc64__) -#include "ppc/param.h" -#elif defined (__i386__) || defined(__x86_64__) +#if defined (__i386__) || defined(__x86_64__) #include "i386/param.h" +#elif defined (__arm__) || defined (__arm64__) +#include "arm/param.h" #else #error architecture not supported #endif - #endif /* _BSD_MACHINE_PARAM_H_ */