1/*
2 * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
3 */
4/*
5 * @OSF_COPYRIGHT@
6 */
7/*
8 * Mach Operating System
9 * Copyright (c) 1991,1990,1989 Carnegie Mellon University
10 * All Rights Reserved.
11 *
12 * Permission to use, copy, modify and distribute this software and its
13 * documentation is hereby granted, provided that both the copyright
14 * notice and this permission notice appear in all copies of the
15 * software, derivative works or modified versions, and any portions
16 * thereof, and that both notices appear in supporting documentation.
17 *
18 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
19 * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
20 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
21 *
22 * Carnegie Mellon requests users of this software to return to
23 *
24 *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
25 *  School of Computer Science
26 *  Carnegie Mellon University
27 *  Pittsburgh PA 15213-3890
28 *
29 * any improvements or extensions that they make and grant Carnegie Mellon
30 * the rights to redistribute these changes.
31 */
32/*
33 */
34
35/*
36 *	File:	kern_return.h
37 *	Author:	Avadis Tevanian, Jr., Michael Wayne Young
38 *	Date:	1985
39 *
40 *	Machine-dependent kernel return definitions.
41 */
42
43#ifndef	_MACH_ARM_KERN_RETURN_H_
44#define _MACH_ARM_KERN_RETURN_H_
45
46#ifndef	ASSEMBLER
47typedef	int		kern_return_t;
48#endif	/* ASSEMBLER */
49
50#endif	/* _MACH_ARM_KERN_RETURN_H_ */
51