summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include/cachectl.h
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2002-03-05 14:08:43 +0000
committersimonb <simonb@NetBSD.org>2002-03-05 14:08:43 +0000
commitb2fb45331bbb96bc1e6a516ab94cd444f9a44f32 (patch)
tree03cb8291ad59471239e211f3c58b809db38277d7 /sys/arch/mips/include/cachectl.h
parent58faa5f0ca9b59bbdf4b4caa6e92e9fe7ff80f48 (diff)
ANSIfy.
Diffstat (limited to 'sys/arch/mips/include/cachectl.h')
-rw-r--r--sys/arch/mips/include/cachectl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips/include/cachectl.h b/sys/arch/mips/include/cachectl.h
index e5bc20777e9..f4133b1de0e 100644
--- a/sys/arch/mips/include/cachectl.h
+++ b/sys/arch/mips/include/cachectl.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cachectl.h,v 1.4 2001/01/07 04:13:16 simonb Exp $ */
+/* $NetBSD: cachectl.h,v 1.5 2002/03/05 14:08:43 simonb Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@ int cachectl __P((void *addr, int nbytes, int cacheop));
#define UNCACHEABLE 0x01 /* make page(s) uncacheable */
#ifdef _KERNEL
-int mips_user_cachectl __P((struct proc *, vaddr_t, int, int));
-int mips_user_cacheflush __P((struct proc *, vaddr_t, int, int));
+int mips_user_cachectl(struct proc *, vaddr_t, int, int);
+int mips_user_cacheflush(struct proc *, vaddr_t, int, int);
#endif
#endif /* _MIPS_CACHECTL_H_ */