]>
Commit | Line | Data |
---|---|---|
1c79356b A |
1 | /* |
2 | * Copyright (c) 1993 NeXT Computer, Inc. All rights reserved. | |
9bccf70c | 3 | * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. |
1c79356b A |
4 | * |
5 | * @APPLE_LICENSE_HEADER_START@ | |
6 | * | |
d7e50217 | 7 | * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. |
1c79356b | 8 | * |
d7e50217 A |
9 | * This file contains Original Code and/or Modifications of Original Code |
10 | * as defined in and that are subject to the Apple Public Source License | |
11 | * Version 2.0 (the 'License'). You may not use this file except in | |
12 | * compliance with the License. Please obtain a copy of the License at | |
13 | * http://www.opensource.apple.com/apsl/ and read it before using this | |
14 | * file. | |
15 | * | |
16 | * The Original Code and all software distributed under the License are | |
17 | * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER | |
1c79356b A |
18 | * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, |
19 | * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, | |
d7e50217 A |
20 | * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. |
21 | * Please see the License for the specific language governing rights and | |
22 | * limitations under the License. | |
1c79356b A |
23 | * |
24 | * @APPLE_LICENSE_HEADER_END@ | |
25 | */ | |
26 | /* | |
27 | * HISTORY | |
28 | * | |
29 | */ | |
30 | ||
31 | #ifndef _BSD_PPC_CPU_H_ | |
32 | #define _BSD_PPC_CPU_H_ | |
9bccf70c A |
33 | |
34 | #include <sys/appleapiopts.h> | |
35 | ||
36 | #ifdef __APPLE_API_OBSOLETE | |
1c79356b | 37 | #define cpu_number() (0) |
9bccf70c | 38 | #endif /* __APPLE_API_OBSOLETE */ |
1c79356b A |
39 | |
40 | #endif /* _BSD_PPC_CPU_H_ */ | |
41 |