summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/include/cpu.h')
-rw-r--r--sys/arch/hp300/include/cpu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h
index 06f7ecb1e0f..80ea3091c74 100644
--- a/sys/arch/hp300/include/cpu.h
+++ b/sys/arch/hp300/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.16 2001/11/30 20:58:18 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.17 2001/12/20 19:02:27 miod Exp $ */
/* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */
/*
@@ -184,6 +184,9 @@ int badaddr __P((caddr_t));
int badbaddr __P((caddr_t));
void dumpconf __P((void));
+/* pmap.c functions */
+vaddr_t pmap_map __P((vaddr_t, paddr_t, paddr_t, int));
+
/* sys_machdep.c functions */
int cachectl __P((int, vaddr_t, int));