summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/include
diff options
context:
space:
mode:
authordsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
committerdsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
commit02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch)
tree9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/arch/hpcmips/include
parentdfbb3f921a23a1aba4463f31ef9233ac94ce606c (diff)
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
Diffstat (limited to 'sys/arch/hpcmips/include')
-rw-r--r--sys/arch/hpcmips/include/bus_dma_hpcmips.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hpcmips/include/bus_dma_hpcmips.h b/sys/arch/hpcmips/include/bus_dma_hpcmips.h
index 52113505116..f351cc8327b 100644
--- a/sys/arch/hpcmips/include/bus_dma_hpcmips.h
+++ b/sys/arch/hpcmips/include/bus_dma_hpcmips.h
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma_hpcmips.h,v 1.4 2005/12/11 12:17:33 christos Exp $ */
+/* $NetBSD: bus_dma_hpcmips.h,v 1.5 2009/03/14 14:45:59 dsl Exp $ */
/*-
* Copyright (c) 2001 TAKEMRUA Shin. All rights reserved.
@@ -73,9 +73,9 @@ struct bus_dmamap_hpcmips {
extern struct bus_dma_tag_hpcmips hpcmips_default_bus_dma_tag;
bus_dma_protos(_hpcmips)
-int _hpcmips_bd_mem_alloc_range __P((bus_dma_tag_t tag, bus_size_t size,
+int _hpcmips_bd_mem_alloc_range(bus_dma_tag_t tag, bus_size_t size,
bus_size_t alignment, bus_size_t boundary,
bus_dma_segment_t *segs, int nsegs, int *rsegs, int flags,
- vaddr_t low, vaddr_t high));
+ vaddr_t low, vaddr_t high);
#endif /* _BUS_DMA_HPCMIPS_H_ */