]>
git.saurik.com Git - apple/xnu.git/blob - osfmk/mach_debug/page_info.h
2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
23 * @APPLE_LICENSE_HEADER_END@
31 * Revision 1.1.1.1 1998/09/22 21:05:45 wsanchez
32 * Import of Mac OS X kernel (~semeria)
34 * Revision 1.1.1.1 1998/03/07 02:26:17 wsanchez
35 * Import of OSF Mach kernel (~mburg)
37 * Revision 1.1.6.1 1994/09/23 02:45:56 ezf
38 * change marker to not FREE
39 * [1994/09/22 21:44:21 ezf]
41 * Revision 1.1.2.3 1993/07/28 18:01:46 jeffc
42 * CR9523 - Add prototypes to kernel. Protect this file
43 * against multiple inclusion
44 * [1993/07/28 12:23:48 jeffc]
46 * Revision 1.1.2.2 1993/06/02 23:50:21 jeffc
47 * Added to OSF/1 R1.3 from NMK15.0.
48 * [1993/06/02 21:19:13 jeffc]
50 * Revision 1.1 1992/09/30 02:32:37 robert
57 * Revision 2.4 91/05/14 17:04:01 mrt
58 * Correcting copyright
60 * Revision 2.3 91/02/05 17:38:10 mrt
61 * Changed to new Mach copyright
62 * [91/02/01 17:29:22 mrt]
64 * Revision 2.2 90/05/03 15:48:58 dbg
71 * Mach Operating System
72 * Copyright (c) 1991,1990 Carnegie Mellon University
73 * All Rights Reserved.
75 * Permission to use, copy, modify and distribute this software and its
76 * documentation is hereby granted, provided that both the copyright
77 * notice and this permission notice appear in all copies of the
78 * software, derivative works or modified versions, and any portions
79 * thereof, and that both notices appear in supporting documentation.
81 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
82 * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
83 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
85 * Carnegie Mellon requests users of this software to return to
87 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
88 * School of Computer Science
89 * Carnegie Mellon University
90 * Pittsburgh PA 15213-3890
92 * any improvements or extensions that they make and grant Carnegie Mellon
93 * the rights to redistribute these changes.
97 #ifndef MACH_DEBUG_PAGE_INFO_H
98 #define MACH_DEBUG_PAGE_INFO_H
100 #include <mach/machine/vm_types.h>
102 typedef vm_offset_t
*page_address_array_t
;
103 #endif /* MACH_DEBUG_PAGE_INFO_H */