]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach/ppc/kern_return.h
xnu-123.5.tar.gz
[apple/xnu.git] / osfmk / mach / ppc / kern_return.h
CommitLineData
1c79356b
A
1/*
2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * The contents of this file constitute Original Code as defined in and
7 * are subject to the Apple Public Source License Version 1.1 (the
8 * "License"). You may not use this file except in compliance with the
9 * License. Please obtain a copy of the License at
10 * http://www.apple.com/publicsource and read it before using this file.
11 *
12 * This Original Code and all software distributed under the License are
13 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
17 * License for the specific language governing rights and limitations
18 * under the License.
19 *
20 * @APPLE_LICENSE_HEADER_END@
21 */
22/*
23 * @OSF_COPYRIGHT@
24 */
25/*
26 * HISTORY
27 *
28 * Revision 1.1.1.1 1998/09/22 21:05:31 wsanchez
29 * Import of Mac OS X kernel (~semeria)
30 *
31 * Revision 1.1.1.1 1998/03/07 02:25:46 wsanchez
32 * Import of OSF Mach kernel (~mburg)
33 *
34 * Revision 1.1.8.1 1996/12/09 16:50:07 stephen
35 * nmklinux_1.0b3_shared into pmk1.1
36 * [1996/12/09 10:50:59 stephen]
37 *
38 * Revision 1.1.6.1 1996/04/11 11:19:54 emcmanus
39 * Copied from mainline.ppc.
40 * [1996/04/10 16:56:46 emcmanus]
41 *
42 * Revision 1.1.4.1 1995/11/23 17:36:50 stephen
43 * first powerpc checkin to mainline.ppc
44 * [1995/11/23 16:44:51 stephen]
45 *
46 * Revision 1.1.2.1 1995/08/25 06:49:40 stephen
47 * Initial checkin of files for PowerPC port
48 * [1995/08/23 16:28:33 stephen]
49 *
50 * Initial checkin of files for PowerPC port
51 * [1995/08/23 15:04:02 stephen]
52 *
53 * Revision 1.2.6.1 1994/09/23 02:37:12 ezf
54 * change marker to not FREE
55 * [1994/09/22 21:40:01 ezf]
56 *
57 * Revision 1.2.2.2 1993/06/09 02:40:35 gm
58 * Added to OSF/1 R1.3 from NMK15.0.
59 * [1993/06/02 21:16:15 jeffc]
60 *
61 * Revision 1.2 1993/04/19 16:33:58 devrcs
62 * ansi C conformance changes
63 * [1993/02/02 18:56:09 david]
64 *
65 * Revision 1.1 1992/09/30 02:30:47 robert
66 * Initial revision
67 *
68 * $EndLog$
69 */
70/* CMU_HIST */
71/*
72 * Revision 2.4 91/05/14 16:52:15 mrt
73 * Correcting copyright
74 *
75 * Revision 2.3 91/02/05 17:32:12 mrt
76 * Changed to new Mach copyright
77 * [91/02/01 17:09:54 mrt]
78 *
79 * Revision 2.2 90/05/03 15:47:51 dbg
80 * First checkin.
81 *
82 * Revision 1.3 89/03/09 20:19:48 rpd
83 * More cleanup.
84 *
85 * Revision 1.2 89/02/26 13:00:54 gm0w
86 * Changes for cleanup.
87 *
88 * 3-Mar-87 Avadis Tevanian (avie) at Carnegie-Mellon University
89 * Allow inclusion in assembler input.
90 *
91 * 14-Oct-85 Michael Wayne Young (mwyoung) at Carnegie-Mellon University
92 * Created.
93 */
94/* CMU_ENDHIST */
95/*
96 * Mach Operating System
97 * Copyright (c) 1991,1990,1989 Carnegie Mellon University
98 * All Rights Reserved.
99 *
100 * Permission to use, copy, modify and distribute this software and its
101 * documentation is hereby granted, provided that both the copyright
102 * notice and this permission notice appear in all copies of the
103 * software, derivative works or modified versions, and any portions
104 * thereof, and that both notices appear in supporting documentation.
105 *
106 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
107 * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
108 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
109 *
110 * Carnegie Mellon requests users of this software to return to
111 *
112 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
113 * School of Computer Science
114 * Carnegie Mellon University
115 * Pittsburgh PA 15213-3890
116 *
117 * any improvements or extensions that they make and grant Carnegie Mellon
118 * the rights to redistribute these changes.
119 */
120/*
121 */
122
123/*
124 * File: kern_return.h
125 * Author: Avadis Tevanian, Jr., Michael Wayne Young
126 * Date: 1985
127 *
128 * Machine-dependent kernel return definitions.
129 */
130
131#ifndef _MACH_PPC_KERN_RETURN_H_
132#define _MACH_PPC_KERN_RETURN_H_
133
134#ifndef ASSEMBLER
135typedef int kern_return_t;
136#endif /* ASSEMBLER */
137#endif /* _MACH_PPC_KERN_RETURN_H_ */