diff options
Diffstat (limited to 'sys/uvm/uvm_ddb.h')
-rw-r--r-- | sys/uvm/uvm_ddb.h | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/sys/uvm/uvm_ddb.h b/sys/uvm/uvm_ddb.h index 43d6d7be22a..e80d8cf3db6 100644 --- a/sys/uvm/uvm_ddb.h +++ b/sys/uvm/uvm_ddb.h @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_ddb.h,v 1.6 2001/03/09 05:34:38 smart Exp $ */ -/* $NetBSD: uvm_ddb.h,v 1.3 1999/06/21 17:25:11 thorpej Exp $ */ +/* $OpenBSD: uvm_ddb.h,v 1.7 2001/11/07 02:55:50 art Exp $ */ +/* $NetBSD: uvm_ddb.h,v 1.5 2000/11/25 06:27:59 chs Exp $ */ /* * @@ -41,16 +41,13 @@ #ifdef _KERNEL #ifdef DDB -void uvm_map_print __P((vm_map_t, boolean_t)); -void uvm_map_printit __P((vm_map_t, boolean_t, - int (*) __P((const char *, ...)))); - -void uvm_object_print __P((struct uvm_object *, boolean_t)); -void uvm_object_printit __P((struct uvm_object *, boolean_t, - int (*) __P((const char *, ...)))); -void uvm_page_print __P((struct vm_page *, boolean_t)); -void uvm_page_printit __P((struct vm_page *, boolean_t, - int (*) __P((const char *, ...)))); +void uvm_map_printit __P((vm_map_t, boolean_t, + int (*) __P((const char *, ...)))); +void uvm_object_printit __P((struct uvm_object *, boolean_t, + int (*) __P((const char *, ...)))); +void uvm_page_printit __P((struct vm_page *, boolean_t, + int (*) __P((const char *, ...)))); +void uvmexp_print(void (*)(const char *, ...)); #endif /* DDB */ #endif /* _KERNEL */ |