|
|
1.1 root 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:45 wsanchez
29: * Import of Mac OS X kernel (~semeria)
30: *
31: * Revision 1.1.1.1 1998/03/07 02:26:17 wsanchez
32: * Import of OSF Mach kernel (~mburg)
33: *
34: * Revision 1.1.6.1 1994/09/23 02:45:56 ezf
35: * change marker to not FREE
36: * [1994/09/22 21:44:21 ezf]
37: *
38: * Revision 1.1.2.3 1993/07/28 18:01:46 jeffc
39: * CR9523 - Add prototypes to kernel. Protect this file
40: * against multiple inclusion
41: * [1993/07/28 12:23:48 jeffc]
42: *
43: * Revision 1.1.2.2 1993/06/02 23:50:21 jeffc
44: * Added to OSF/1 R1.3 from NMK15.0.
45: * [1993/06/02 21:19:13 jeffc]
46: *
47: * Revision 1.1 1992/09/30 02:32:37 robert
48: * Initial revision
49: *
50: * $EndLog$
51: */
52: /* CMU_HIST */
53: /*
54: * Revision 2.4 91/05/14 17:04:01 mrt
55: * Correcting copyright
56: *
57: * Revision 2.3 91/02/05 17:38:10 mrt
58: * Changed to new Mach copyright
59: * [91/02/01 17:29:22 mrt]
60: *
61: * Revision 2.2 90/05/03 15:48:58 dbg
62: * Created.
63: * [90/04/06 dbg]
64: *
65: */
66: /* CMU_ENDHIST */
67: /*
68: * Mach Operating System
69: * Copyright (c) 1991,1990 Carnegie Mellon University
70: * All Rights Reserved.
71: *
72: * Permission to use, copy, modify and distribute this software and its
73: * documentation is hereby granted, provided that both the copyright
74: * notice and this permission notice appear in all copies of the
75: * software, derivative works or modified versions, and any portions
76: * thereof, and that both notices appear in supporting documentation.
77: *
78: * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
79: * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
80: * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
81: *
82: * Carnegie Mellon requests users of this software to return to
83: *
84: * Software Distribution Coordinator or [email protected]
85: * School of Computer Science
86: * Carnegie Mellon University
87: * Pittsburgh PA 15213-3890
88: *
89: * any improvements or extensions that they make and grant Carnegie Mellon
90: * the rights to redistribute these changes.
91: */
92: /*
93: */
94: #ifndef MACH_DEBUG_PAGE_INFO_H
95: #define MACH_DEBUG_PAGE_INFO_H
96:
97: #include <mach/machine/vm_types.h>
98:
99: typedef vm_offset_t *page_address_array_t;
100: #endif /* MACH_DEBUG_PAGE_INFO_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.