summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-04-27 23:21:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-04-27 23:21:07 +0000
commit68bd39a8215f0f8a94a812dd041e1f0257eadb4c (patch)
tree0cf3291275ed21e599146dea724c8f4c962a61db /sys/arch/m68k
parentd75a8327a6482df990b368070cf1e837f96bae60 (diff)
Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,
add casts, fix a few errors and typos in the process, etc)
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r--sys/arch/m68k/include/pmap_motorola.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/pmap_motorola.h b/sys/arch/m68k/include/pmap_motorola.h
index 4f9d578d8ab..00c728347f2 100644
--- a/sys/arch/m68k/include/pmap_motorola.h
+++ b/sys/arch/m68k/include/pmap_motorola.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap_motorola.h,v 1.5 2002/03/14 01:26:34 millert Exp $ */
+/* $OpenBSD: pmap_motorola.h,v 1.6 2002/04/27 23:21:02 miod Exp $ */
/*
* Copyright (c) 1987 Carnegie-Mellon University
@@ -155,6 +155,10 @@ void pmap_prefer(vaddr_t, vaddr_t *);
vaddr_t pmap_map(vaddr_t, paddr_t, paddr_t, int);
+#ifdef COMPAT_HPUX
+int pmap_mapmulti(pmap_t, vaddr_t);
+#endif
+
#endif /* _KERNEL */
#endif /* !_PMAP_MOTOROLA_H_ */