aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/watch.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2003-04-08 06:35:09 +0000
committerJake Burkholder <jake@FreeBSD.org>2003-04-08 06:35:09 +0000
commit58d7ebfa7c4aea8f99f1eaceac4f5171fba9001f (patch)
tree170fb5ae718e07b0aee9024bae4401627b65786a /sys/sparc64/include/watch.h
parent2590e88477fb08aeadf7a9c373e308dd133ea11a (diff)
downloadsrc-58d7ebfa7c4aea8f99f1eaceac4f5171fba9001f.tar.gz
src-58d7ebfa7c4aea8f99f1eaceac4f5171fba9001f.zip
Use vm_paddr_t for physical addresses.
Notes
Notes: svn path=/head/; revision=113238
Diffstat (limited to 'sys/sparc64/include/watch.h')
-rw-r--r--sys/sparc64/include/watch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sparc64/include/watch.h b/sys/sparc64/include/watch.h
index bd0e2f02720e..bb658f9efb53 100644
--- a/sys/sparc64/include/watch.h
+++ b/sys/sparc64/include/watch.h
@@ -27,9 +27,9 @@
#ifndef _MACHINE_WATCH_H_
#define _MACHINE_WATCH_H_
-int watch_phys_set_mask(vm_offset_t pa, u_long mask);
-int watch_phys_set(vm_offset_t pa, int sz);
-vm_offset_t watch_phys_get(int *bm);
+int watch_phys_set_mask(vm_paddr_t pa, u_long mask);
+int watch_phys_set(vm_paddr_t pa, int sz);
+vm_paddr_t watch_phys_get(int *bm);
void watch_phys_clear(void);
int watch_phys_active(void);
int watch_virt_set_mask(vm_offset_t va, u_long mask);