diff options
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index 9f08406f383..0d9d1f30b10 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.30 2006/06/11 20:48:11 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.31 2006/06/24 13:20:19 miod Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -153,10 +153,6 @@ int badaddr(caddr_t); int badbaddr(caddr_t); void dumpconf(void); -/* vm_machdep.c functions */ -void physaccess(caddr_t, caddr_t, int, int); -void physunaccess(caddr_t, int); - #endif /* _KERNEL */ /* physical memory sections */ |