]>
git.saurik.com Git - apple/xnu.git/blob - osfmk/kern/kern_print.h
2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
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.
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
20 * @APPLE_LICENSE_HEADER_END@
28 * Revision 1.1.1.1 1998/09/22 21:05:34 wsanchez
29 * Import of Mac OS X kernel (~semeria)
31 * Revision 1.1.1.1 1998/03/07 02:25:55 wsanchez
32 * Import of OSF Mach kernel (~mburg)
34 * Revision 1.1.5.1 1995/01/06 19:47:13 devrcs
35 * mk6 CR668 - 1.3b26 merge
37 * [1994/10/12 22:19:25 dwm]
39 * Revision 1.1.2.1 1993/11/22 20:14:46 jeffc
40 * Modularized declarations of ddb print functions.
41 * [1993/11/22 19:03:03 jeffc]
49 #include <ddb/db_expr.h>
51 extern void db_show_all_slocks(void);
54 extern void db_show_one_zone(
60 extern void db_show_all_zones(
66 #endif /* KERN_PRINT_H_ */