]> git.saurik.com Git - apple/xnu.git/blob - osfmk/mach/i386/kern_return.h
xnu-344.12.2.tar.gz
[apple/xnu.git] / osfmk / mach / i386 / kern_return.h
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:47 wsanchez
32 * Import of OSF Mach kernel (~mburg)
33 *
34 * Revision 1.2.6.1 1994/09/23 02:37:12 ezf
35 * change marker to not FREE
36 * [1994/09/22 21:40:01 ezf]
37 *
38 * Revision 1.2.2.2 1993/06/09 02:40:35 gm
39 * Added to OSF/1 R1.3 from NMK15.0.
40 * [1993/06/02 21:16:15 jeffc]
41 *
42 * Revision 1.2 1993/04/19 16:33:58 devrcs
43 * ansi C conformance changes
44 * [1993/02/02 18:56:09 david]
45 *
46 * Revision 1.1 1992/09/30 02:30:47 robert
47 * Initial revision
48 *
49 * $EndLog$
50 */
51 /* CMU_HIST */
52 /*
53 * Revision 2.4 91/05/14 16:52:15 mrt
54 * Correcting copyright
55 *
56 * Revision 2.3 91/02/05 17:32:12 mrt
57 * Changed to new Mach copyright
58 * [91/02/01 17:09:54 mrt]
59 *
60 * Revision 2.2 90/05/03 15:47:51 dbg
61 * First checkin.
62 *
63 * Revision 1.3 89/03/09 20:19:48 rpd
64 * More cleanup.
65 *
66 * Revision 1.2 89/02/26 13:00:54 gm0w
67 * Changes for cleanup.
68 *
69 * 3-Mar-87 Avadis Tevanian (avie) at Carnegie-Mellon University
70 * Allow inclusion in assembler input.
71 *
72 * 14-Oct-85 Michael Wayne Young (mwyoung) at Carnegie-Mellon University
73 * Created.
74 */
75 /* CMU_ENDHIST */
76 /*
77 * Mach Operating System
78 * Copyright (c) 1991,1990,1989 Carnegie Mellon University
79 * All Rights Reserved.
80 *
81 * Permission to use, copy, modify and distribute this software and its
82 * documentation is hereby granted, provided that both the copyright
83 * notice and this permission notice appear in all copies of the
84 * software, derivative works or modified versions, and any portions
85 * thereof, and that both notices appear in supporting documentation.
86 *
87 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
88 * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
89 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
90 *
91 * Carnegie Mellon requests users of this software to return to
92 *
93 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
94 * School of Computer Science
95 * Carnegie Mellon University
96 * Pittsburgh PA 15213-3890
97 *
98 * any improvements or extensions that they make and grant Carnegie Mellon
99 * the rights to redistribute these changes.
100 */
101 /*
102 */
103
104 /*
105 * File: kern_return.h
106 * Author: Avadis Tevanian, Jr., Michael Wayne Young
107 * Date: 1985
108 *
109 * Machine-dependent kernel return definitions.
110 */
111
112 #ifndef _MACH_I386_KERN_RETURN_H_
113 #define _MACH_I386_KERN_RETURN_H_
114
115 #ifndef ASSEMBLER
116 typedef int kern_return_t;
117 #endif /* ASSEMBLER */
118 #endif /* _MACH_I386_KERN_RETURN_H_ */